mirror of
https://github.com/corvax-team/ss14-wl.git
synced 2026-02-15 03:31:38 +01:00
Fix publish artifacts stage
This commit is contained in:
@@ -18,7 +18,7 @@ test:
|
||||
- export DOTNET_gcServer=1
|
||||
- dotnet test --configuration Tools --no-build Content.IntegrationTests/Content.IntegrationTests.csproj -- NUnit.ConsoleOut=0
|
||||
|
||||
publish:
|
||||
publish-prod:
|
||||
stage: publish
|
||||
interruptible: true
|
||||
only:
|
||||
@@ -55,9 +55,12 @@ publish:
|
||||
publish-artifact:
|
||||
stage: publish
|
||||
interruptible: true
|
||||
variables:
|
||||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
except:
|
||||
- schedules
|
||||
script:
|
||||
- apt-get update -y && apt-get install python3 libfreetype6 -y
|
||||
- mkdir .git/hooks -p
|
||||
- python3 RUN_THIS.py
|
||||
# We create artifact only for Windows and x64 Linux, because almost noone uses OSX and Linux on arm for development among our contributors. This will save for us some amount of storage. You can just add osx-x64 or linux-arm64 if you really need it.
|
||||
|
||||
Reference in New Issue
Block a user