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 - make -j4
artifacts: artifacts:
paths: paths:
- build - build/
# ######## # ########
@ -41,7 +41,7 @@ valgrind:
- shell - shell
script: script:
- cd build - cd build
- valgrind make check test - valgrind make check
dependencies: dependencies:
- build - build