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