Commit 95f5f1c0 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

adding trigger to lab1

parent 62ee781f
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -2,12 +2,7 @@ stages:
  - labm1
  - lab0
  - lab1

#stages:
#  - prebuild
#  - compile
#  - lint
#  - test
  - tests

include:
  - local: 'ci_cd/labm1.yml'   # Lab -1
+8 −6
Original line number Diff line number Diff line
@@ -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