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