Loading ci_cd/lab0.yml +2 −2 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ lint_0: stage: LabZero script: - echo "Static code check of lab0.cpp" - cppcheck --enable=all --inconclusive --error-exitcode=1 lab0.cpp - cppcheck --enable=all --inconclusive --error-exitcode=1 lab0.cpp LabZero.cpp allow_failure: false needs: - compile_0 Loading @@ -46,7 +46,7 @@ lint_0: <<: *common_rules tags: [cppcheck] test_m1: test_0: stage: LabZero script: - echo "Testing Lab 0"; Loading Loading
ci_cd/lab0.yml +2 −2 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ lint_0: stage: LabZero script: - echo "Static code check of lab0.cpp" - cppcheck --enable=all --inconclusive --error-exitcode=1 lab0.cpp - cppcheck --enable=all --inconclusive --error-exitcode=1 lab0.cpp LabZero.cpp allow_failure: false needs: - compile_0 Loading @@ -46,7 +46,7 @@ lint_0: <<: *common_rules tags: [cppcheck] test_m1: test_0: stage: LabZero script: - echo "Testing Lab 0"; Loading