Update .gitlab-ci.yml
This commit is contained in:
parent
bcd407194b
commit
3c0328275a
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ image: khaganat/godot-export:4
|
||||||
stages:
|
stages:
|
||||||
- pre-export
|
- pre-export
|
||||||
- export
|
- export
|
||||||
|
- test
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
EXPORT_NAME: 3rd_Person_3dclient_test
|
EXPORT_NAME: 3rd_Person_3dclient_test
|
||||||
|
@ -55,7 +56,7 @@ windows:
|
||||||
when: always
|
when: always
|
||||||
|
|
||||||
linux64test:
|
linux64test:
|
||||||
stage: export
|
stage: test
|
||||||
tags:
|
tags:
|
||||||
- Docker
|
- Docker
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue