continue testing

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-09-27 00:02:36 +02:00
parent 97be5b9546
commit caaa0e4e14
2 changed files with 25 additions and 26 deletions

View File

@ -10,32 +10,32 @@ before_script:
- mkdir -v -p build/mac - mkdir -v -p build/mac
- mkdir -v -p build/web - mkdir -v -p build/web
linux: #linux:
stage: export # stage: export
script: # script:
- godot -v --export "Linux/X11" ./build/linux/$EXPORT_NAME.x86_64 # - godot -v --export "Linux/X11" ./build/linux/$EXPORT_NAME.x86_64
artifacts: # artifacts:
name: $EXPORT_NAME-$CI_JOB_NAME # name: $EXPORT_NAME-$CI_JOB_NAME
paths: # paths:
- build/linux # - build/linux
windows: #windows:
stage: export # stage: export
script: # script:
- godot -v --export "Windows Desktop" ./build/windows/$EXPORT_NAME.exe # - godot -v --export "Windows Desktop" ./build/windows/$EXPORT_NAME.exe
artifacts: # artifacts:
name: $EXPORT_NAME-$CI_JOB_NAME # name: $EXPORT_NAME-$CI_JOB_NAME
paths: # paths:
- build/windows # - build/windows
mac: #mac:
stage: export # stage: export
script: # script:
- godot -v --export "Mac OSX" ./build/mac/$EXPORT_NAME.zip # - godot -v --export "Mac OSX" ./build/mac/$EXPORT_NAME.zip
artifacts: # artifacts:
name: $EXPORT_NAME-$CI_JOB_NAME # name: $EXPORT_NAME-$CI_JOB_NAME
paths: # paths:
- build/mac # - build/mac
web: web:
stage: export stage: export

View File

@ -54,4 +54,3 @@ move_down={
[rendering] [rendering]
quality/driver/driver_name="GLES2" quality/driver/driver_name="GLES2"
environment/default_environment="res://default_env.tres"