Loading ci_cd/lab0.yml +2 −0 Original line number Diff line number Diff line Loading @@ -54,8 +54,10 @@ test_lab_0: <<: *common_rules_0 script: - echo "Testing Lab 0"; - make - cp lab0.o base_0/tests - cd base_0/tests - g++ -c Support/Common.cpp - g++ -c LabZero.cpp - g++ lab0.o LabZero.o - ./a.out Loading Loading
ci_cd/lab0.yml +2 −0 Original line number Diff line number Diff line Loading @@ -54,8 +54,10 @@ test_lab_0: <<: *common_rules_0 script: - echo "Testing Lab 0"; - make - cp lab0.o base_0/tests - cd base_0/tests - g++ -c Support/Common.cpp - g++ -c LabZero.cpp - g++ lab0.o LabZero.o - ./a.out Loading