Loading ci_cd/lab0.yml +1 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,7 @@ test_lab_0: script: - echo "Testing Lab 0"; - git clone https://agile.bu.edu/gitlab/configs/ec327/lab-configs/current.git base_0 - cp lab0.cpp base_0/tests - cd base_0/tests - make lab0 rules: Loading ci_cd/lab1.yml +1 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,7 @@ test_lab_1: script: - echo "Testing Lab 1"; - git clone https://agile.bu.edu/gitlab/configs/ec327/lab-configs/current.git base_1 - cp lab0.cpp base_1/tests - cd base_1/tests - make lab1 dependencies: Loading Loading
ci_cd/lab0.yml +1 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,7 @@ test_lab_0: script: - echo "Testing Lab 0"; - git clone https://agile.bu.edu/gitlab/configs/ec327/lab-configs/current.git base_0 - cp lab0.cpp base_0/tests - cd base_0/tests - make lab0 rules: Loading
ci_cd/lab1.yml +1 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,7 @@ test_lab_1: script: - echo "Testing Lab 1"; - git clone https://agile.bu.edu/gitlab/configs/ec327/lab-configs/current.git base_1 - cp lab0.cpp base_1/tests - cd base_1/tests - make lab1 dependencies: Loading