Loading ci_cd/problem2.yml +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ compile_problem_2: artifacts: true script: - cp include/MyBloom.h hw4/tests/include/ - cp impl/MyBloom.cpp hw4/tests/impl/ 2>/dev/null - cp impl/MyBloom.cpp hw4/tests/impl/ || true # don't fail if MyBloom.cpp does not exist - cd hw4/tests - make problem2 artifacts: Loading Loading
ci_cd/problem2.yml +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ compile_problem_2: artifacts: true script: - cp include/MyBloom.h hw4/tests/include/ - cp impl/MyBloom.cpp hw4/tests/impl/ 2>/dev/null - cp impl/MyBloom.cpp hw4/tests/impl/ || true # don't fail if MyBloom.cpp does not exist - cd hw4/tests - make problem2 artifacts: Loading