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,19 +8,16 @@ before_script:
8 - ./configure --enable-gcov 8 - ./configure --enable-gcov
9 9
10 build: 10 build:
11 - stage:  
12 - - build 11 + stage: build
13 script: 12 script:
14 - make 13 - make
15 14
16 test: 15 test:
17 - stage:  
18 - - test 16 + stage: test
19 script: 17 script:
20 - make coverage-html 18 - make coverage-html
21 19
22 dist: 20 dist:
23 - stage:  
24 - - deploy 21 + stage: deploy
25 script: 22 script:
26 - make dist 23 - make dist
Please register or login to post a comment