No magic, revert some experimental changes in pipeline

This commit is contained in:
NHOrus 2017-07-17 19:59:55 +03:00 committed by Eric S. Raymond
parent a680514d5f
commit 30822d0ba4
2 changed files with 9 additions and 15 deletions

View file

@ -19,7 +19,6 @@ binary:debug:
- "*.o"
- dungeon.c
- dungeon.h
- "*.gcno"
binary:release:
stage: build
@ -72,16 +71,12 @@ test:debug:
before_script:
- zypper install -y make gcc libedit-devel libasan3 libubsan0 python python2-PyYAML lcov
script:
- make debug
- make check
- lcov -t "advent" -o advent.info -c -d .
- genhtml -o coverage advent.info
- cd tests
- ./coverage_dungeon.py
- cd ..
- make coverage
artifacts:
paths:
- coverage
dependencies:
- binary:debug
test:release:
stage: test