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