Update .gitlab-ci.yml
This commit is contained in:
parent
0c72804a07
commit
cae382d772
1 changed files with 2 additions and 2 deletions
|
@ -27,11 +27,11 @@ 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-linux64-$CI_COMMIT_SHORT_SHA/$EXPORT_NAME-.x86_64
|
- godot -v --export-debug --headless "Linux/X11" $EXPORT_NAME-linux64-$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:
|
||||||
- $EXPORT_NAME-$CI_COMMIT_SHORT_SHA
|
- $EXPORT_NAME-linux64-$CI_COMMIT_SHORT_SHA
|
||||||
expire_in: 2 week
|
expire_in: 2 week
|
||||||
#rules:
|
#rules:
|
||||||
# - if: '$CI_COMMIT_MESSAGE =~ /<debug>/'
|
# - if: '$CI_COMMIT_MESSAGE =~ /<debug>/'
|
||||||
|
|
Loading…
Reference in a new issue