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

Added extra credit testing

parent fe10c764
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -45,12 +45,11 @@ test_extra:
  stage: extra
  script:
    - 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
    - ./extra
    - ./extra $GITLAB_USER_LOGIN
  rules:
    - if: '$CI_COMMIT_REF_NAME == "extra"'
  tags: [c++-17]