Commit 80f94f32ae8efbf10257fc7ca3a9c25d416194c2

Authored by Georg Hopp
1 parent 54e885a0

Add dist job

Showing 1 changed file with 3 additions and 6 deletions
... ... @@ -8,19 +8,16 @@ before_script:
8 8 - ./configure --enable-gcov
9 9
10 10 build:
11   - stage:
12   - - build
  11 + stage: build
13 12 script:
14 13 - make
15 14
16 15 test:
17   - stage:
18   - - test
  16 + stage: test
19 17 script:
20 18 - make coverage-html
21 19
22 20 dist:
23   - stage:
24   - - deploy
  21 + stage: deploy
25 22 script:
26 23 - make dist
... ...
Please register or login to post a comment