Loading ci_cd/problem1.yml +1 −3 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ prebuild_problem1: echo "GaussianInteger.h does not exist"; exit 1; fi - git clone https://agile.bu.edu/gitlab/configs/ec327/hw-configs/hw3.git base_4 - git clone https://agile.bu.edu/gitlab/configs/ec327/hw-configs/hw4.git base_4 artifacts: paths: - base_4/ Loading @@ -26,8 +26,6 @@ test_problem_1a: script: - cp GaussianInteger.cpp GaussianInteger.h base_4/tests - cd base_4/tests - ls -a - cat Makefile - make problem1a - ./problem1a rules: Loading Loading
ci_cd/problem1.yml +1 −3 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ prebuild_problem1: echo "GaussianInteger.h does not exist"; exit 1; fi - git clone https://agile.bu.edu/gitlab/configs/ec327/hw-configs/hw3.git base_4 - git clone https://agile.bu.edu/gitlab/configs/ec327/hw-configs/hw4.git base_4 artifacts: paths: - base_4/ Loading @@ -26,8 +26,6 @@ test_problem_1a: script: - cp GaussianInteger.cpp GaussianInteger.h base_4/tests - cd base_4/tests - ls -a - cat Makefile - make problem1a - ./problem1a rules: Loading