using again 'cache'

This commit is contained in:
Filip Bucek 2019-11-08 17:42:01 +01:00
parent 00596d53db
commit 22e281a2a7

View File

@ -16,11 +16,11 @@ build: # name of task
- cd build
- qmake ../server-sdk.pro
- make -j4
artifacts:
cache:
key: ${CI_BUILD_REF_NAME}
paths:
- build/
# ########
# Test
##########
@ -31,8 +31,6 @@ test:
script:
- cd build
- make check
dependencies:
- build
# memory leak check for unittest
valgrind:
@ -42,8 +40,6 @@ valgrind:
script:
- cd build
- valgrind make check
dependencies:
- build
# Quality of code
cppcheck: