continue testing
This commit is contained in:
parent
97be5b9546
commit
caaa0e4e14
@ -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
|
||||||
@ -57,4 +57,4 @@ pages:
|
|||||||
refs:
|
refs:
|
||||||
- master
|
- master
|
||||||
needs:
|
needs:
|
||||||
- web
|
- web
|
||||||
|
@ -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"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user