Browse Source

Add CI control file

1.0.2
Georg Hopp 10 years ago
parent
commit
43c102b776
  1. 6
      .gitlab-ci.yml

6
.gitlab-ci.yml

@ -0,0 +1,6 @@
build:
script:
- ./bootstrap
- ./configure --enable-gcov
- make
- make coverage-html
Loading…
Cancel
Save