Update .gitlab-ci.yml
This commit is contained in:
parent
086fa91985
commit
4e6c98ea9a
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ linux64:
|
||||||
script:
|
script:
|
||||||
- apt-get update && apt-get install -y mesa-vulkan-drivers libfontconfig1-dev
|
- apt-get update && apt-get install -y mesa-vulkan-drivers libfontconfig1-dev
|
||||||
- mkdir -v -p $EXPORT_NAME-linux64-$CI_COMMIT_SHORT_SHA
|
- 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
|
- godot -v --export-debug --headless "Linux/X11" $EXPORT_NAME-$CI_COMMIT_SHORT_SHA/$EXPORT_NAME.x86_64
|
||||||
artifacts:
|
artifacts:
|
||||||
name: $EXPORT_NAME-$CI_COMMIT_SHORT_SHA-$CI_JOB_NAME
|
name: $EXPORT_NAME-$CI_COMMIT_SHORT_SHA-$CI_JOB_NAME
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue