update to ci file

This commit is contained in:
Walter Julius Hennecke 2019-09-21 09:57:38 +02:00
parent 0f0de63fea
commit 5e6e09b7f4

View file

@ -1,4 +1,9 @@
stages:
- build
- test
build:
stage: build
script:
- "mkdir cmake-build-debug"
- "cd cmake-build-debug"
@ -7,6 +12,7 @@ build:
- "cmake --build . --target unittest_common"
test:
stage: test
dependencies:
- build
script: