Update .gitlab-ci.yml
This commit is contained in:
parent
d205b454d0
commit
ed3ec686b8
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ linux64:
|
|||
tags:
|
||||
- Docker
|
||||
script:
|
||||
- apt-get update && apt-get install -y mesa-vulkan-drivers
|
||||
- apt-get update && apt-get install -y mesa-vulkan-drivers libfontconfig1-dev
|
||||
- mkdir -v -p $EXPORT_NAME-linux64-$CI_COMMIT_SHORT_SHA
|
||||
- godot -v --export-debug --headless "Linux/X11" $EXPORT_NAME-$CI_COMMIT_SHORT_SHA/$EXPORT_NAME-$CI_COMMIT_SHORT_SHA.x86_64
|
||||
artifacts:
|
||||
|
|
Loading…
Reference in a new issue