Loading ci_cd/lab0.yml +1 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,7 @@ test_0: stage: LabZero script: - echo "Testing Lab 0"; - find . -type f - cp lab0.o base - cd base - g++ -c LabZero.cpp Loading Loading
ci_cd/lab0.yml +1 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,7 @@ test_0: stage: LabZero script: - echo "Testing Lab 0"; - find . -type f - cp lab0.o base - cd base - g++ -c LabZero.cpp Loading