Loading ci_cd/lab0.yml +2 −2 Original line number Diff line number Diff line Loading @@ -55,8 +55,8 @@ test_lab_0: script: - echo "Testing Lab 0"; - find . -type f - cp lab0.o base - cd base - cp lab0.o base/tests - cd base_0/tests - g++ -c LabZero.cpp - g++ lab0.o LabZero.o - ./a.out Loading Loading
ci_cd/lab0.yml +2 −2 Original line number Diff line number Diff line Loading @@ -55,8 +55,8 @@ test_lab_0: script: - echo "Testing Lab 0"; - find . -type f - cp lab0.o base - cd base - cp lab0.o base/tests - cd base_0/tests - g++ -c LabZero.cpp - g++ lab0.o LabZero.o - ./a.out Loading