Loading ci_cd/.gitlab-ci.yml +1 −6 Original line number Diff line number Diff line Loading @@ -2,12 +2,7 @@ stages: - labm1 - lab0 - lab1 #stages: # - prebuild # - compile # - lint # - test - tests include: - local: 'ci_cd/labm1.yml' # Lab -1 Loading ci_cd/lab1.yml +8 −6 Original line number Diff line number Diff line Loading @@ -72,10 +72,12 @@ test_lab_1: rules: - changes: - "lab1.cpp" tags: [c++-17] internal_tests_lab_1: trigger: project: ec327/ec327-staff/lab-tests/lab-1-tests branch: master strategy: call trigger: token: $TRIGGER_TOKEN No newline at end of file tags: [c++-17] No newline at end of file Loading
ci_cd/.gitlab-ci.yml +1 −6 Original line number Diff line number Diff line Loading @@ -2,12 +2,7 @@ stages: - labm1 - lab0 - lab1 #stages: # - prebuild # - compile # - lint # - test - tests include: - local: 'ci_cd/labm1.yml' # Lab -1 Loading
ci_cd/lab1.yml +8 −6 Original line number Diff line number Diff line Loading @@ -72,10 +72,12 @@ test_lab_1: rules: - changes: - "lab1.cpp" tags: [c++-17] internal_tests_lab_1: trigger: project: ec327/ec327-staff/lab-tests/lab-1-tests branch: master strategy: call trigger: token: $TRIGGER_TOKEN No newline at end of file tags: [c++-17] No newline at end of file