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

Added extra credit testing

parent e53e8404
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ compile_extra:
    - git clone https://agile.bu.edu/gitlab/configs/ec327/hw-configs/hw3.git base_extra
    - cp extra.cpp base_extra/tests
    - cd base_extra/tests
    - make extra
    - g++ -c extra.cpp
  rules:
    - if: '$CI_COMMIT_REF_NAME == "extra"'
  tags: [c++-17]