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

fixes

parent b54616d2
Loading
Loading
Loading
Loading
+4 −8
Original line number Diff line number Diff line
@@ -21,11 +21,10 @@ compile_problem_3c:
    - job: prebuild_problem_3c
      artifacts: true
  script:
    - ls -l hw6/tests/
    - if [ -f "impl/MaxPlanarSubgraph.cpp" ]; then cp impl/MaxPlanarSubgraph.cpp hw6/tests/impl/; fi
    - cp sequenceGeneral.cpp hw6/tests/
    - cd hw6/tests
    - make problem3c
    - git clone https://trachten-gitlab:${HW_INTERNAL}@agile.bu.edu/gitlab/ec330/ec330_staff/homeworks_internal/hw6_ec.git hw6_ec
    - cp sequenceGeneral.cpp hw6_ec/
    - cd hw6_ec
    - make p3_extra
  artifacts:
    paths:
      - hw6/
@@ -39,10 +38,7 @@ score:
    - job: compile_problem_3c
      artifacts: true
  script:
    - git clone https://trachten-gitlab:${HW_INTERNAL}@agile.bu.edu/gitlab/ec330/ec330_staff/homeworks_internal/hw6_ec.git hw6_ec
    - cp sequenceGeneral.cpp hw6_ec/
    - cd hw6_ec
    - make p3_extra
    - set -o pipefail
    - |
      set +e