mirror of
https://gitlab.com/spaceti-app/integrations/acs/colnod-connector.git
synced 2026-07-12 13:10:45 +02:00
updated sever-sdk + added check lineendings
This commit is contained in:
parent
8e4968ebac
commit
88fba3aab3
@ -35,6 +35,7 @@ test:
|
||||
- cd build
|
||||
- make check test
|
||||
|
||||
# memory leak check for unittest
|
||||
valgrind:
|
||||
stage: test
|
||||
tags:
|
||||
@ -48,18 +49,24 @@ cppcheck:
|
||||
stage: test
|
||||
tags:
|
||||
- shell
|
||||
# Probably needed to allow failure
|
||||
#allow_failure: true
|
||||
script: # run in bash
|
||||
- server-sdk/scripts/cppcheck.sh
|
||||
#allow_failure: true # Probably needed to allow failure
|
||||
script:
|
||||
- scripts/cppcheck.sh
|
||||
|
||||
# Common checks ( Line endings )
|
||||
lineendings:
|
||||
stage: test
|
||||
tags:
|
||||
- shell
|
||||
script:
|
||||
- scripts/check.sh
|
||||
|
||||
codecoverage:
|
||||
stage: test
|
||||
tags:
|
||||
- shell
|
||||
script:
|
||||
- server-sdk/scripts/codecoverage.sh
|
||||
- scripts/codecoverage.sh
|
||||
coverage: '/^\s+functions..:\s+(\d+\.\d+%).+$/'
|
||||
|
||||
doc:
|
||||
@ -67,4 +74,4 @@ doc:
|
||||
tags:
|
||||
- shell
|
||||
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