Loading ci_cd/problems.yml +3 −3 Original line number Diff line number Diff line Loading @@ -85,9 +85,9 @@ test_problem1: - exit 1; - fi # compile and run tests - cp SimpleLink.cpp base_5/tests/0c - cp SimpleLinkStr.h base_5/tests/0c - cp SimpleLinkStr.cpp base_5/tests/0c - cp SimpleLink.cpp base_5/tests/1 - cp SimpleLinkStr.h base_5/tests/1 - cp SimpleLinkStr.cpp base_5/tests/1 - cd base_5/tests/1 - make problem1 - ./problem1 Loading Loading
ci_cd/problems.yml +3 −3 Original line number Diff line number Diff line Loading @@ -85,9 +85,9 @@ test_problem1: - exit 1; - fi # compile and run tests - cp SimpleLink.cpp base_5/tests/0c - cp SimpleLinkStr.h base_5/tests/0c - cp SimpleLinkStr.cpp base_5/tests/0c - cp SimpleLink.cpp base_5/tests/1 - cp SimpleLinkStr.h base_5/tests/1 - cp SimpleLinkStr.cpp base_5/tests/1 - cd base_5/tests/1 - make problem1 - ./problem1 Loading