Update .gitlab-ci.yml

This commit is contained in:
deed 2022-01-30 17:43:53 +01:00
parent 125fbfc00d
commit 4fc656a128

View file

@ -11,7 +11,7 @@ build-godot-server:
script: script:
- git clone https://github.com/godotengine/godot - git clone https://github.com/godotengine/godot
- cd godot - cd godot
- scons -j4 platform=server tools=yes target=release_debug - scons -j4 platform=server tools=no target=release_debug
artifacts: artifacts:
name: $EXPORT_NAME name: $EXPORT_NAME
paths: paths: