using make check

This commit is contained in:
Filip Bucek 2019-11-08 17:13:59 +01:00
parent 8f2fcedeb7
commit 00596d53db

View File

@ -18,7 +18,7 @@ build: # name of task
- make -j4
artifacts:
paths:
- build
- build/
# ########
@ -41,7 +41,7 @@ valgrind:
- shell
script:
- cd build
- valgrind make check test
- valgrind make check
dependencies:
- build