Changesd cppcheck builder

This commit is contained in:
Jan Möbius
2023-08-22 14:01:59 +02:00
parent 08ed7dd80e
commit ff8d78415b
3 changed files with 8 additions and 4 deletions

View File

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

View File

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

View File

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