updated sever-sdk + added check lineendings

This commit is contained in:
Filip Bucek 2019-11-08 11:07:52 +01:00
parent 8e4968ebac
commit 88fba3aab3
2 changed files with 14 additions and 7 deletions

View File

@ -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