Loading ci_cd/extra.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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] Loading Loading
ci_cd/extra.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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] Loading