Port N00BS to linux

This commit is contained in:
Li 2022-07-25 19:16:21 +12:00
parent 64fed1c6c4
commit 8297c56f21
181 changed files with 282 additions and 132 deletions

12
.github/workflows/build.yml vendored Normal file → Executable file
View file

@ -39,6 +39,10 @@ jobs:
cd HISPd
dotnet publish -p:PublishProfile=Linux64.pubxml
cd ..
cd MPN00BS
dotnet publish -p:PublishProfile=Linux64.pubxml
cd ..
# Currently broken ...
# dotnet add HISPd package Microsoft.DotNet.ILCompiler --prerelease
@ -149,6 +153,12 @@ jobs:
name: HISP-Linux64
path: HorseIsleServer/HISPd/bin/x64/Linux/net7.0/linux-x64/publish/
- name: Upload linux-x64-noobs
uses: actions/upload-artifact@v2
with:
name: HISP-Linux64-Noobs
path: HorseIsleServer/MPN00BS/bin/x64/Linux/net7.0/linux-x64/publish/
- name: Upload linux-arm
uses: actions/upload-artifact@v2
with:
@ -355,4 +365,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: HISP-Web-Game
path: HorseIsleWeb/game-site
path: HorseIsleWeb/game-site