Skip to content
Snippets Groups Projects
Commit ed9695d1 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

trying to fix the yml file

parent 04d83a9c
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......@@ -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:
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment