Add gut tests to gitlab ci
This commit is contained in:
parent
496484dc6d
commit
42c0546bde
|
@ -17,6 +17,11 @@ before_script:
|
||||||
- df -h
|
- df -h
|
||||||
- WGET_ARGS='' make install-templates
|
- WGET_ARGS='' make install-templates
|
||||||
|
|
||||||
|
test:gut
|
||||||
|
stage: test
|
||||||
|
script:
|
||||||
|
- GODOT=./bin/godot3-server make tests
|
||||||
|
|
||||||
export:html5:
|
export:html5:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue