mirror of
https://gitlab.com/spaceti-app/integrations/common/server-sdk.git
synced 2026-07-12 14:30:39 +02:00
using again 'cache'
This commit is contained in:
parent
00596d53db
commit
22e281a2a7
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user