updating ci

This commit is contained in:
Filip Bucek 2019-11-08 17:58:17 +01:00
parent 4ded480088
commit ee507683c6

View File

@ -3,7 +3,7 @@ stages:
- build - build
- test - test
# ######## ##########
# Build # Build
########## ##########
build: # name of task build: # name of task
@ -20,9 +20,7 @@ build: # name of task
paths: paths:
- build/ - build/
##########
# ########
# Test # Test
########## ##########
test: test:
@ -33,7 +31,6 @@ test:
- cd build - cd build
- make check - make check
# memory leak check for unittest # memory leak check for unittest
valgrind: valgrind:
stage: test stage: test