Loading ci_cd/problem2.yml +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ test_problem_2: - echo "Testing problem 2"; - 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 - cd base_3/tests - make problem2 - ./problem2 rules: Loading ci_cd/problem3.yml +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ test_problem_3: stage: problem3 script: - echo "Testing problem 3"; - git clone https://agile.bu.edu/gitlab/configs/ec337/hw-configs/hw3.git base_3 - 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 Loading ci_cd/problem4.yml +3 −3 Original line number Diff line number Diff line Loading @@ -42,9 +42,9 @@ test_problem_4: stage: problem4 script: - echo "Testing problem 4"; - git clone https://agile.bu.edu/gitlab/configs/ec447/hw-configs/hw4.git base_4 - cp problem4.cpp base_4/tests - cd base_4/tests - git clone https://agile.bu.edu/gitlab/configs/ec327/hw-configs/hw3.git base_3 - cp problem4.cpp base_3/tests - cd base_3/tests - make problem4 - ./problem4 rules: Loading Loading
ci_cd/problem2.yml +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ test_problem_2: - echo "Testing problem 2"; - 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 - cd base_3/tests - make problem2 - ./problem2 rules: Loading
ci_cd/problem3.yml +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ test_problem_3: stage: problem3 script: - echo "Testing problem 3"; - git clone https://agile.bu.edu/gitlab/configs/ec337/hw-configs/hw3.git base_3 - 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 Loading
ci_cd/problem4.yml +3 −3 Original line number Diff line number Diff line Loading @@ -42,9 +42,9 @@ test_problem_4: stage: problem4 script: - echo "Testing problem 4"; - git clone https://agile.bu.edu/gitlab/configs/ec447/hw-configs/hw4.git base_4 - cp problem4.cpp base_4/tests - cd base_4/tests - git clone https://agile.bu.edu/gitlab/configs/ec327/hw-configs/hw3.git base_3 - cp problem4.cpp base_3/tests - cd base_3/tests - make problem4 - ./problem4 rules: Loading