Browse Source

Play with CI

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

6
.gitlab-ci.yml

@ -2,11 +2,13 @@ stages:
- build
- test
before_script:
- ./bootstrap
- ./configure --enable-gcov
build:
stage: build
script:
- ./bootstrap
- ./configure --enable-gcov
- make
test:

Loading…
Cancel
Save