Commit c9b09181 authored by sagnowski's avatar sagnowski
Browse files

First draft of clang-format job

parent 529db2bb
Loading
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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