Merge branch 'server-sdk' into 'master'

Server sdk

See merge request spaceti-app/integrations/acs/colnod-connector!14
This commit is contained in:
Filip Bucek 2019-11-08 15:36:38 +00:00
commit 89849a0fe8
2 changed files with 7 additions and 6 deletions

View File

@ -20,9 +20,9 @@ build:
- cd build - cd build
- qmake ../colnod-connector.pro - qmake ../colnod-connector.pro
- make -j4 - make -j4
cache: artifacts:
paths: paths:
- build # this path will be cached for next stages - build/
# ######## # ########
# Test # Test
@ -33,7 +33,8 @@ test:
- shell - shell
script: script:
- cd build - cd build
- make check test - make check
# memory leak check for unittest # memory leak check for unittest
valgrind: valgrind:
@ -42,7 +43,7 @@ valgrind:
- shell - shell
script: script:
- cd build - cd build
- valgrind make check test - valgrind make check
# Quality of code # Quality of code
cppcheck: cppcheck:

@ -1 +1 @@
Subproject commit 1fe9632720257d788e6f58f90db637cf4a9f8fae Subproject commit 0d4f436e2344a44f3c663d80ddce5ad6fc72de2c