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:
- build
- test
- deploy
before_script:
- ./bootstrap
@ -17,3 +18,9 @@ test:
- test
script:
- make coverage-html
dist:
stage:
- deploy
script:
- make dist
Loading…
Cancel
Save