Loading ci_cd/problem3.yml +4 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,10 @@ compile_problem_3: stage: problem3 script: - echo "Compiling problem3.cpp" - g++ -c problem3.cpp - git clone https://agile.bu.edu/gitlab/configs/ec327/hw-configs/hw3.git base_3 - cp problem3.cpp base_3/tests - cd base_3/tests - make problem3 rules: - if: '$CI_COMMIT_REF_NAME == "problem3"' tags: [c++-17] Loading Loading
ci_cd/problem3.yml +4 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,10 @@ compile_problem_3: stage: problem3 script: - echo "Compiling problem3.cpp" - g++ -c problem3.cpp - git clone https://agile.bu.edu/gitlab/configs/ec327/hw-configs/hw3.git base_3 - cp problem3.cpp base_3/tests - cd base_3/tests - make problem3 rules: - if: '$CI_COMMIT_REF_NAME == "problem3"' tags: [c++-17] Loading