mirror of
https://gitlab.com/spaceti-app/integrations/acs/colnod-connector.git
synced 2026-07-12 20:20:39 +02:00
fixing path
This commit is contained in:
parent
88fba3aab3
commit
fcdf5abf5d
@ -51,7 +51,7 @@ cppcheck:
|
|||||||
- shell
|
- shell
|
||||||
#allow_failure: true # Probably needed to allow failure
|
#allow_failure: true # Probably needed to allow failure
|
||||||
script:
|
script:
|
||||||
- scripts/cppcheck.sh
|
- server-sdk/scripts/cppcheck.sh
|
||||||
|
|
||||||
# Common checks ( Line endings )
|
# Common checks ( Line endings )
|
||||||
lineendings:
|
lineendings:
|
||||||
@ -59,14 +59,14 @@ lineendings:
|
|||||||
tags:
|
tags:
|
||||||
- shell
|
- shell
|
||||||
script:
|
script:
|
||||||
- scripts/check.sh
|
- server-sdk/scripts/check.sh
|
||||||
|
|
||||||
codecoverage:
|
codecoverage:
|
||||||
stage: test
|
stage: test
|
||||||
tags:
|
tags:
|
||||||
- shell
|
- shell
|
||||||
script:
|
script:
|
||||||
- scripts/codecoverage.sh
|
- server-sdk/scripts/codecoverage.sh
|
||||||
coverage: '/^\s+functions..:\s+(\d+\.\d+%).+$/'
|
coverage: '/^\s+functions..:\s+(\d+\.\d+%).+$/'
|
||||||
|
|
||||||
doc:
|
doc:
|
||||||
@ -74,4 +74,4 @@ doc:
|
|||||||
tags:
|
tags:
|
||||||
- shell
|
- shell
|
||||||
script:
|
script:
|
||||||
- scripts/doc.sh clean # 'clean' better clean before generating documentation
|
- server-sdk/scripts/doc.sh clean # 'clean' better clean before generating documentation
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user