Add gut tests to gitlab ci

This commit is contained in:
Kienan Stewart 2018-04-09 20:40:09 -04:00
parent 496484dc6d
commit 42c0546bde
1 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,11 @@ before_script:
- df -h
- WGET_ARGS='' make install-templates
test:gut
stage: test
script:
- GODOT=./bin/godot3-server make tests
export:html5:
stage: deploy
script: