Commit 9c4a52e0 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

trying to fix the yml file

parent ccb6a89c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ compile_lab_0:
    paths:
      - base_0
      - lab0.*
  needs: [prebuild_0]
  needs: [prebuild_lab_0]
  tags: [c++-17]

lint_lab_0:
@@ -42,7 +42,7 @@ lint_lab_0:
    - echo "Static code check of lab0.cpp"
    - cppcheck --check-config --enable=all --inconclusive --error-exitcode=1 lab0.cpp tests/LabZero.cpp
  allow_failure: false
  needs: [compile_0]
  needs: [compile_lab_0]
  artifacts:
    paths:
      - base_0
@@ -60,5 +60,5 @@ test_lab_0:
    - g++ -c LabZero.cpp
    - g++ lab0.o LabZero.o
    - ./a.out
  needs: [lint_0]
  needs: [lint_lab_0]
  tags: [shell]
 No newline at end of file