Loading ci_cd/problem2.yml +1 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ compile_problem_2: - job: prebuild_problem_2 artifacts: true script: - mkdir -p hw4/tests/impl - cp include/MyBloom.h hw4/tests/include/ # don't fail if MyBloom.cpp does not exist - | Loading ci_cd/problem3.yml +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ compile_problem_3: - job: prebuild_problem_3 artifacts: true script: - mkdir -p hw4/tests/impl - cp impl/MiningHash.cpp hw4/tests/impl/ - cd hw4/tests - make problem3 Loading Loading
ci_cd/problem2.yml +1 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ compile_problem_2: - job: prebuild_problem_2 artifacts: true script: - mkdir -p hw4/tests/impl - cp include/MyBloom.h hw4/tests/include/ # don't fail if MyBloom.cpp does not exist - | Loading
ci_cd/problem3.yml +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ compile_problem_3: - job: prebuild_problem_3 artifacts: true script: - mkdir -p hw4/tests/impl - cp impl/MiningHash.cpp hw4/tests/impl/ - cd hw4/tests - make problem3 Loading