Loading ci_cd/labm1.yml +0 −6 Original line number Diff line number Diff line Loading @@ -23,8 +23,6 @@ compile_m1: script: - echo "Compiling lab-1.cpp" - g++ -c lab-1.cpp needs: - prebuild_m1 tags: [c++-17] lint_m1: Loading @@ -34,8 +32,6 @@ lint_m1: - echo "Static code check of lab-1.cpp" - cppcheck --enable=all --inconclusive --error-exitcode=1 lab-1.cpp allow_failure: false needs: - compile_m1 tags: [cppcheck] test_m1: Loading @@ -48,6 +44,4 @@ test_m1: echo "Could not find your WikiName $GITLAB_USER_LOGIN in file lab-1.cpp"; exit 1; fi needs: - lint_m1 tags: [shell] No newline at end of file Loading
ci_cd/labm1.yml +0 −6 Original line number Diff line number Diff line Loading @@ -23,8 +23,6 @@ compile_m1: script: - echo "Compiling lab-1.cpp" - g++ -c lab-1.cpp needs: - prebuild_m1 tags: [c++-17] lint_m1: Loading @@ -34,8 +32,6 @@ lint_m1: - echo "Static code check of lab-1.cpp" - cppcheck --enable=all --inconclusive --error-exitcode=1 lab-1.cpp allow_failure: false needs: - compile_m1 tags: [cppcheck] test_m1: Loading @@ -48,6 +44,4 @@ test_m1: echo "Could not find your WikiName $GITLAB_USER_LOGIN in file lab-1.cpp"; exit 1; fi needs: - lint_m1 tags: [shell] No newline at end of file