mirror of
https://gitlab.com/spaceti-app/integrations/acs/colnod-connector.git
synced 2026-07-12 16:50:48 +02:00
Merge branch 'server-sdk' into 'master'
Server sdk See merge request spaceti-app/integrations/acs/colnod-connector!14
This commit is contained in:
commit
89849a0fe8
@ -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
|
||||||
Loading…
x
Reference in New Issue
Block a user