Browse Source

Play with CI

1.0.2
Georg Hopp 10 years ago
parent
commit
2563ce86f6
  1. 8
      .gitlab-ci.yml

8
.gitlab-ci.yml

@ -7,11 +7,15 @@ before_script:
- ./configure --enable-gcov
build:
stage: build
stage:
- build
- test
script:
- make
test:
stage: test
stage:
- build
- test
script:
- make coverage-html
Loading…
Cancel
Save