Commit Graph

11 Commits

Author SHA1 Message Date
Gwyneth Llewelyn
00ffe907cb CI: giving up on GridClientTests
Probably there is a better way of doing this.
2022-04-18 20:54:00 +01:00
Gwyneth Llewelyn
e38e5b632e CI: ok, let's try something different...
Maybe GitHub Actions dislikes passing this weird base64-encoded password directly on the jobs?... We'll try to set it up above, to see what happens.
2022-04-18 20:32:27 +01:00
Gwyneth Llewelyn
5c97f1ef32 CI: try to deal with testing framework
I didn't even notice that there _was_ a testing framework, which uses a 'special' SL account to log in, etc. Sadly, the way the login information is passed to GitHub Actions is anything but obvious; as such, this will be my last experiment — I'll skip the testing part if this doesn't work. After all, AppVeyor will run all the tests properly...
2022-04-18 20:29:29 +01:00
Gwyneth Llewelyn
fe2992ef7a CI: reading the Microsoft docs
When all else fails, RTFM...
2022-04-18 19:19:32 +01:00
Gwyneth Llewelyn
226c7d9bd8 CI: for .NET, force using the ReleaseNoGui .sln
Forcing using the LibreMetaverse.ReleaseNoGui.sln solution file
2022-04-18 17:03:04 +01:00
Gwyneth Llewelyn
a974932e7f CI: resubmitting some files
... because I believe I deleted them on GitHub by mistake (although locally they were fine)
2022-04-18 16:52:52 +01:00
Gwyneth Llewelyn
3f8bad89ab CI style fixes: spaces, NEVER tabs!
Due to an intermediate merger with upstream code, I lost my .editorconfig configuration; this meant that new YAML files were included with TABs, not the required spaces (arrrgh!!) and that required manual fixing, too.
I also restored .editorconfig and tweaked it to guarantee uniformity in spaces/indents — this might be useful for others running editors/IDEs that comply with .editorconfig (and even GitHub will comply with the .editorconfig rules when editing files online!)
2022-04-18 16:47:20 +01:00
Gwyneth Llewelyn
94349440fc CI: use dotnet.yml to see if this works
On a different project, adding the dotnet.yml framework and specifying a version of .NET to run (6.0.X in this case) managed to get the automated scripts to finish with success. Let's see if the same 'magic' happens here.
2022-04-18 16:41:14 +01:00
Alex McArdle
bb377928fe Update codeql-analysis.yml 2022-04-17 21:52:26 -05:00
¡Cinder! ㊝
04d13ac470 Create greetings.yml 2022-01-24 09:42:56 -06:00
¡Cinder! ㊝
f9c4e39128 Create codeql-analysis.yml 2022-01-24 09:30:05 -06:00