Update .gitlab-ci.yml
This commit is contained in:
parent
125fbfc00d
commit
4fc656a128
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue