Commit babfe67250baaab04725ee574c1a53377ec7463d

Authored by Georg Hopp
1 parent c3e878d8

Try stages...for now my jobs are called like the stages I use...

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