Commit 54e885a0f905fe522e53ffcbbf2129feca501984

Authored by Georg Hopp
1 parent da0d196a

Add dist job

Showing 1 changed file with 7 additions and 0 deletions
1 stages: 1 stages:
2 - build 2 - build
3 - test 3 - test
  4 + - deploy
4 5
5 before_script: 6 before_script:
6 - ./bootstrap 7 - ./bootstrap
@@ -17,3 +18,9 @@ test: @@ -17,3 +18,9 @@ test:
17 - test 18 - test
18 script: 19 script:
19 - make coverage-html 20 - make coverage-html
  21 +
  22 +dist:
  23 + stage:
  24 + - deploy
  25 + script:
  26 + - make dist
Please register or login to post a comment