Browse Source

Add dist job

1.0.2
Georg Hopp 10 years ago
parent
commit
54e885a0f9
  1. 7
      .gitlab-ci.yml

7
.gitlab-ci.yml

@ -1,6 +1,7 @@
stages: stages:
- build - build
- test - test
- deploy
before_script: before_script:
- ./bootstrap - ./bootstrap
@ -17,3 +18,9 @@ test:
- test - test
script: script:
- make coverage-html - make coverage-html
dist:
stage:
- deploy
script:
- make dist
Loading…
Cancel
Save