Loading .gitlab-ci.yml +9 −0 Original line number Diff line number Diff line Loading @@ -400,6 +400,15 @@ evs-pytest-on-merge-request: junit: - report-junit-evs.xml clang-format-check: extends: - .test-job-linux - .rules-merge-request stage: maintenance needs: [] timeout: "5 minutes" script: - scripts/check-format.sh -a -p 8 # --------------------------------------------------------------- # Test jobs for main branch Loading scripts/check-format.sh +1 −1 Original line number Diff line number Diff line Loading @@ -229,7 +229,7 @@ else rm "$NUMFAILSTMPFILE" if [[ $NUMFAILS -gt 0 ]]; then echo "Total fails: $NUMFAILS" # exit $NUMFAILS ## uncomment if script should have num fails as return code exit $NUMFAILS ## uncomment if script should have num fails as return code fi fi Loading Loading
.gitlab-ci.yml +9 −0 Original line number Diff line number Diff line Loading @@ -400,6 +400,15 @@ evs-pytest-on-merge-request: junit: - report-junit-evs.xml clang-format-check: extends: - .test-job-linux - .rules-merge-request stage: maintenance needs: [] timeout: "5 minutes" script: - scripts/check-format.sh -a -p 8 # --------------------------------------------------------------- # Test jobs for main branch Loading
scripts/check-format.sh +1 −1 Original line number Diff line number Diff line Loading @@ -229,7 +229,7 @@ else rm "$NUMFAILSTMPFILE" if [[ $NUMFAILS -gt 0 ]]; then echo "Total fails: $NUMFAILS" # exit $NUMFAILS ## uncomment if script should have num fails as return code exit $NUMFAILS ## uncomment if script should have num fails as return code fi fi Loading