Loading ci_cd/lab0.yml +3 −3 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ compile_lab_0: paths: - base_0 - lab0.* needs: [prebuild_0] needs: [prebuild_lab_0] tags: [c++-17] lint_lab_0: Loading @@ -42,7 +42,7 @@ lint_lab_0: - echo "Static code check of lab0.cpp" - cppcheck --check-config --enable=all --inconclusive --error-exitcode=1 lab0.cpp tests/LabZero.cpp allow_failure: false needs: [compile_0] needs: [compile_lab_0] artifacts: paths: - base_0 Loading @@ -60,5 +60,5 @@ test_lab_0: - g++ -c LabZero.cpp - g++ lab0.o LabZero.o - ./a.out needs: [lint_0] needs: [lint_lab_0] tags: [shell] No newline at end of file Loading
ci_cd/lab0.yml +3 −3 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ compile_lab_0: paths: - base_0 - lab0.* needs: [prebuild_0] needs: [prebuild_lab_0] tags: [c++-17] lint_lab_0: Loading @@ -42,7 +42,7 @@ lint_lab_0: - echo "Static code check of lab0.cpp" - cppcheck --check-config --enable=all --inconclusive --error-exitcode=1 lab0.cpp tests/LabZero.cpp allow_failure: false needs: [compile_0] needs: [compile_lab_0] artifacts: paths: - base_0 Loading @@ -60,5 +60,5 @@ test_lab_0: - g++ -c LabZero.cpp - g++ lab0.o LabZero.o - ./a.out needs: [lint_0] needs: [lint_lab_0] tags: [shell] No newline at end of file