Loading ci_cd/problem2.yml +2 −2 Original line number Diff line number Diff line Loading @@ -42,8 +42,8 @@ test_problem_2: stage: problem2 script: - echo "Testing problem 2"; - git clone https://agile.bu.edu/gitlab/configs/ec327/hw-configs/hw2.git base_2 - cp problem2.cpp base_2/tests - git clone https://agile.bu.edu/gitlab/configs/ec327/hw-configs/hw3.git base_3 - cp problem2.cpp base_3/tests - cd base_2/tests - make problem2 - ./problem2 Loading Loading
ci_cd/problem2.yml +2 −2 Original line number Diff line number Diff line Loading @@ -42,8 +42,8 @@ test_problem_2: stage: problem2 script: - echo "Testing problem 2"; - git clone https://agile.bu.edu/gitlab/configs/ec327/hw-configs/hw2.git base_2 - cp problem2.cpp base_2/tests - git clone https://agile.bu.edu/gitlab/configs/ec327/hw-configs/hw3.git base_3 - cp problem2.cpp base_3/tests - cd base_2/tests - make problem2 - ./problem2 Loading