Browse Source

Play with CI

1.0.2
Georg Hopp 10 years ago
parent
commit
3be07c49f4
  1. 2
      .gitlab-ci.yml

2
.gitlab-ci.yml

@ -9,13 +9,11 @@ before_script:
build: build:
stage: stage:
- build - build
- test
script: script:
- make - make
test: test:
stage: stage:
- build
- test - test
script: script:
- make coverage-html - make coverage-html
Loading…
Cancel
Save