Browse Source

Add dist job

1.0.2
Georg Hopp 10 years ago
parent
commit
80f94f32ae
  1. 9
      .gitlab-ci.yml

9
.gitlab-ci.yml

@ -8,19 +8,16 @@ before_script:
- ./configure --enable-gcov
build:
stage:
- build
stage: build
script:
- make
test:
stage:
- test
stage: test
script:
- make coverage-html
dist:
stage:
- deploy
stage: deploy
script:
- make dist
Loading…
Cancel
Save