@ -1,6 +1,15 @@
stages:
- build
- test
build:
stage: build
script:
- ./bootstrap
- ./configure --enable-gcov
- make
test:
stage: test
- make coverage-html