mirror of
https://gitlab.com/spaceti-app/integrations/common/server-sdk.git
synced 2026-07-12 16:40:49 +02:00
removed allow failure for cppcheck
This commit is contained in:
parent
8b3924fbfc
commit
b36238fc6d
@ -46,6 +46,6 @@ cppcheck:
|
|||||||
stage: test # in what stage it will run ( 1. build then test etc )
|
stage: test # in what stage it will run ( 1. build then test etc )
|
||||||
tags: # Tags are used to choose correct gitlab-runner
|
tags: # Tags are used to choose correct gitlab-runner
|
||||||
- shell # spaceti-runner server has running runners and one has tag 'hw'
|
- shell # spaceti-runner server has running runners and one has tag 'hw'
|
||||||
allow_failure: true
|
# allow_failure: true
|
||||||
script: # run in bash
|
script: # run in bash
|
||||||
- cppcheck src --suppress=missingIncludeSystem --suppress=unusedFunction --enable=all -i build --error-exitcode=100
|
- cppcheck src --suppress=missingIncludeSystem --suppress=unusedFunction --enable=all -i build --error-exitcode=100
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user