From caaa0e4e14cea0916840035c14f126e02bfd32cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B8vbr=C3=B8tte=20Olsen?= Date: Fri, 27 Sep 2019 00:02:36 +0200 Subject: [PATCH] continue testing --- .gitlab-ci.yml | 50 +++++++++++++++++++++++++------------------------- project.godot | 1 - 2 files changed, 25 insertions(+), 26 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ec660a6..bea4f2d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,32 +10,32 @@ before_script: - mkdir -v -p build/mac - mkdir -v -p build/web -linux: - stage: export - script: - - godot -v --export "Linux/X11" ./build/linux/$EXPORT_NAME.x86_64 - artifacts: - name: $EXPORT_NAME-$CI_JOB_NAME - paths: - - build/linux +#linux: +# stage: export +# script: +# - godot -v --export "Linux/X11" ./build/linux/$EXPORT_NAME.x86_64 +# artifacts: +# name: $EXPORT_NAME-$CI_JOB_NAME +# paths: +# - build/linux -windows: - stage: export - script: - - godot -v --export "Windows Desktop" ./build/windows/$EXPORT_NAME.exe - artifacts: - name: $EXPORT_NAME-$CI_JOB_NAME - paths: - - build/windows +#windows: +# stage: export +# script: +# - godot -v --export "Windows Desktop" ./build/windows/$EXPORT_NAME.exe +# artifacts: +# name: $EXPORT_NAME-$CI_JOB_NAME +# paths: +# - build/windows -mac: - stage: export - script: - - godot -v --export "Mac OSX" ./build/mac/$EXPORT_NAME.zip - artifacts: - name: $EXPORT_NAME-$CI_JOB_NAME - paths: - - build/mac +#mac: +# stage: export +# script: +# - godot -v --export "Mac OSX" ./build/mac/$EXPORT_NAME.zip +# artifacts: +# name: $EXPORT_NAME-$CI_JOB_NAME +# paths: +# - build/mac web: stage: export @@ -57,4 +57,4 @@ pages: refs: - master needs: - - web \ No newline at end of file + - web diff --git a/project.godot b/project.godot index 6411474..62cde77 100644 --- a/project.godot +++ b/project.godot @@ -54,4 +54,3 @@ move_down={ [rendering] quality/driver/driver_name="GLES2" -environment/default_environment="res://default_env.tres"