Commit 2563ce86f6ebfe7447992920625b5cca1012d9df

Authored by Georg Hopp
1 parent a979a129

Play with CI

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