CI: Adding some debugs and assuming test script picks up where build left off.

This commit is contained in:
Ian Roddis
2021-08-23 20:26:34 +00:00
parent 2460b24b04
commit 8eb966377f

View File

@@ -12,7 +12,12 @@ build-job:
- mkdir build
- cd build
- cmake ..
- make
- make tests
artifacts:
untracked: false
expire_in: 30 days
paths:
- build/tests/tests
unit-test-job:
stage: test