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 - build
- test - test
before_script:
- ./bootstrap
- ./configure --enable-gcov
build: build:
stage: build stage: build
script: script:
- ./bootstrap
- ./configure --enable-gcov
- make - make
test: test:

Loading…
Cancel
Save