Update .gitlab-ci.yml
This commit is contained in:
parent
332d6c4786
commit
28d3199ecc
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ build-godot-server:
|
|||
script:
|
||||
- git clone https://github.com/godotengine/godot
|
||||
- cd godot
|
||||
- scons -j4 platform=server tools=no target=release
|
||||
- scons -j4 platform=linuxbsd --headless tools=no target=release_debug
|
||||
artifacts:
|
||||
name: $EXPORT_NAME
|
||||
paths:
|
||||
|
|
Loading…
Reference in a new issue