Commit 16f458f2 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

don't require MyBloom.cpp

parent abc0ac48
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -7,10 +7,7 @@ prebuild_problem_2:
        echo "MyBloom.h does not exist under include directory";
        exit 1;
      fi
      if [ ! -f "impl/MyBloom.cpp" ]; then
        echo "MyBloom.cpp does not exist under impl directory";
        exit 1;
      fi
      # MyBloom.cpp file is not required
    - git clone https://agile.bu.edu/gitlab/configs/ec330/homeworks/homeworkFour.git hw4
  artifacts:
    paths:
@@ -26,7 +23,7 @@ compile_problem_2:
      artifacts: true
  script:
    - cp include/MyBloom.h hw4/tests/include/
    - cp impl/MyBloom.cpp hw4/tests/impl/
    - cp impl/MyBloom.cpp hw4/tests/impl/ 2>/dev/null
    - cd hw4/tests
    - make problem2
  artifacts: