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

Added extra credit testing

parent ef256b33
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -44,8 +44,9 @@ lint_extra:
test_extra:
  stage: extra
  script:
    - echo "Testing Extra Credit";
    - git clone https://trachten-gitlab:${INTERNAL_HW_TESTS}@agile.bu.edu/gitlab/ec327/ec327-staff/hws/hw3-staff.git
    - echo "Testing Extra Credit"
    - echo "${INTERNAL_HW_TESTS}"
    - git clone https://trachten-gitlab:${INTERNAL_HW_TESTS}@agile.bu.edu/gitlab/ec327/ec327-staff/hws/hw3-staff.git base_extra
    - cp extra.cpp base_extra/tests
    - cd base_extra/tests
    - make extra