Commit f03a0894 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

don't require MyBloom.cpp

parent 16f458f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: