Add core test to CI

This commit is contained in:
Florian Zaruba 2017-06-05 01:47:14 +02:00
parent 475d6b04e7
commit cfde8dfde9

View file

@ -68,6 +68,18 @@ test_store_queue:
paths:
- covhtmlreport
test_core:
stage: test
before_script:
- make build library=core_lib
script:
- make core library=core_lib
- vcover report core.ucdb
- vcover report -html core.ucdb
artifacts:
paths:
- covhtmlreport
# test_lsu:
# stage: test
# before_script: