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 2 - build
3 3 - test
4 4
  5 +before_script:
  6 + - ./bootstrap
  7 + - ./configure --enable-gcov
  8 +
5 9 build:
6 10 stage: build
7 11 script:
8   - - ./bootstrap
9   - - ./configure --enable-gcov
10 12 - make
11 13
12 14 test:
... ...
Please register or login to post a comment