mirror of
https://gitlab.com/2009scape/Saradomin-Launcher.git
synced 2026-08-01 14:19:14 -06:00
update submodule, fix CI
This commit is contained in:
parent
730ccebb53
commit
25f5fb0218
2 changed files with 6 additions and 6 deletions
|
|
@ -1,9 +1,9 @@
|
|||
variables:
|
||||
COMMON_FLAGS: -p:PublishTrimmed=false -p:PublishReadyToRun=true -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true
|
||||
PUBLISH_DIR_WIN64: bin/Release/net6.0/win-x64/publish
|
||||
PUBLISH_DIR_LINUXARM64: bin/Release/net6.0/linux-arm64/publish
|
||||
PUBLISH_DIR_LINUX64: bin/Release/net6.0/linux-x64/publish
|
||||
PUBLISH_DIR_OSX: bin/Release/net6.0/osx-x64/publish
|
||||
PUBLISH_DIR_WIN64: bin/Release/net7.0/win-x64/publish
|
||||
PUBLISH_DIR_LINUXARM64: bin/Release/net7.0/linux-arm64/publish
|
||||
PUBLISH_DIR_LINUX64: bin/Release/net7.0/linux-x64/publish
|
||||
PUBLISH_DIR_OSX: bin/Release/net7.0/osx-x64/publish
|
||||
ARTIFACT_DIR: Saradomin
|
||||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
OUTPUT_FILE_PREFIX: 2009scape-launcher
|
||||
|
|
@ -19,7 +19,7 @@ stages:
|
|||
- pack_macos_sc
|
||||
|
||||
build_all:
|
||||
image: mcr.microsoft.com/dotnet/sdk:6.0
|
||||
image: mcr.microsoft.com/dotnet/sdk:7.0
|
||||
stage: build_all
|
||||
script:
|
||||
- dotnet restore
|
||||
|
|
|
|||
2
Glitonea
2
Glitonea
|
|
@ -1 +1 @@
|
|||
Subproject commit 5e9a57c6014dc3776199121548fd4977ba923393
|
||||
Subproject commit 4b67f5731a22c2d21819dd26e6722e41c11d81d5
|
||||
Loading…
Add table
Add a link
Reference in a new issue