Commit 620420f1 authored by XingyuChen's avatar XingyuChen
Browse files

fix bugs in ci_cd

parent 9a92cf64
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
    - |
+1 −0
Original line number Diff line number Diff line
@@ -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