Commit a979a1296270ddb8d079cef49db8bfb804ad9cde

Authored by Georg Hopp
1 parent babfe672

Play with CI

Showing 1 changed file with 4 additions and 2 deletions
@@ -2,11 +2,13 @@ stages: @@ -2,11 +2,13 @@ stages:
2 - build 2 - build
3 - test 3 - test
4 4
  5 +before_script:
  6 + - ./bootstrap
  7 + - ./configure --enable-gcov
  8 +
5 build: 9 build:
6 stage: build 10 stage: build
7 script: 11 script:
8 - - ./bootstrap  
9 - - ./configure --enable-gcov  
10 - make 12 - make
11 13
12 test: 14 test:
Please register or login to post a comment