Loading ci_cd/problem3c.yml +2 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,8 @@ compile_problem_3c: - job: prebuild_problem_3c artifacts: true script: - cp impl/Rubk.cpp main.cpp hw2/tests/impl/ - cp impl/Rubk.cpp hw2/tests/impl/ - cp main.cpp hw2/tests/ - cd hw2/tests - make solver - make problem3c Loading Loading
ci_cd/problem3c.yml +2 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,8 @@ compile_problem_3c: - job: prebuild_problem_3c artifacts: true script: - cp impl/Rubk.cpp main.cpp hw2/tests/impl/ - cp impl/Rubk.cpp hw2/tests/impl/ - cp main.cpp hw2/tests/ - cd hw2/tests - make solver - make problem3c Loading