mirror of
https://gitlab.com/spaceti-app/integrations/acs/colnod-connector.git
synced 2026-07-12 14:30:50 +02:00
updated sever-sdk + added check lineendings
This commit is contained in:
parent
8e4968ebac
commit
88fba3aab3
@ -35,6 +35,7 @@ test:
|
|||||||
- cd build
|
- cd build
|
||||||
- make check test
|
- make check test
|
||||||
|
|
||||||
|
# memory leak check for unittest
|
||||||
valgrind:
|
valgrind:
|
||||||
stage: test
|
stage: test
|
||||||
tags:
|
tags:
|
||||||
@ -48,18 +49,24 @@ cppcheck:
|
|||||||
stage: test
|
stage: test
|
||||||
tags:
|
tags:
|
||||||
- shell
|
- shell
|
||||||
# Probably needed to allow failure
|
#allow_failure: true # Probably needed to allow failure
|
||||||
#allow_failure: true
|
script:
|
||||||
script: # run in bash
|
- scripts/cppcheck.sh
|
||||||
- server-sdk/scripts/cppcheck.sh
|
|
||||||
|
|
||||||
|
# Common checks ( Line endings )
|
||||||
|
lineendings:
|
||||||
|
stage: test
|
||||||
|
tags:
|
||||||
|
- shell
|
||||||
|
script:
|
||||||
|
- scripts/check.sh
|
||||||
|
|
||||||
codecoverage:
|
codecoverage:
|
||||||
stage: test
|
stage: test
|
||||||
tags:
|
tags:
|
||||||
- shell
|
- shell
|
||||||
script:
|
script:
|
||||||
- server-sdk/scripts/codecoverage.sh
|
- scripts/codecoverage.sh
|
||||||
coverage: '/^\s+functions..:\s+(\d+\.\d+%).+$/'
|
coverage: '/^\s+functions..:\s+(\d+\.\d+%).+$/'
|
||||||
|
|
||||||
doc:
|
doc:
|
||||||
@ -67,4 +74,4 @@ doc:
|
|||||||
tags:
|
tags:
|
||||||
- shell
|
- shell
|
||||||
script:
|
script:
|
||||||
- server-sdk/scripts/doc.sh clean # 'clean' better clean before generating documentation
|
- scripts/doc.sh clean # 'clean' better clean before generating documentation
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
Subproject commit e31b09b2a970540a51d4ba8d1d60b55b7b8319e9
|
Subproject commit c24bfa529666a12bd784eda86adf874a7c398b62
|
||||||
Loading…
x
Reference in New Issue
Block a user