Changesd cppcheck builder
This commit is contained in:
@@ -26,7 +26,9 @@ cppcheck:
|
||||
stage: build
|
||||
script: "CI/ci-cppcheck.sh"
|
||||
image: gitlab.vci.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
|
||||
tags: [Docker]
|
||||
tags:
|
||||
- Linux
|
||||
- stretch
|
||||
timeout: 3h
|
||||
artifacts:
|
||||
paths:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
!/bin/bash
|
||||
|
||||
# Exit script on any error
|
||||
set -e
|
||||
@@ -32,7 +32,7 @@ echo "CPPCHECK Summary"
|
||||
echo "=============================================================================="
|
||||
echo -e "${NC}"
|
||||
|
||||
MAX_COUNT=24
|
||||
MAX_COUNT=25
|
||||
|
||||
if [ $COUNT -gt $MAX_COUNT ]; then
|
||||
echo -e ${WARNING}
|
||||
|
||||
@@ -6,7 +6,9 @@ cppcheck:
|
||||
stage: build
|
||||
script: "CI/ci-cppcheck.sh"
|
||||
image: gitlab.vci.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
|
||||
tags: [Docker]
|
||||
tags:
|
||||
- Linux
|
||||
- stretch
|
||||
timeout: 3h
|
||||
artifacts:
|
||||
paths:
|
||||
|
||||
Reference in New Issue
Block a user