Skip to content
Snippets Groups Projects
Forked from Configs / EC327 / Labs / Current
178 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.gitlab-ci.yml 139 B
stages:
  - prebuild
  - compile
  - lint
  - test

include:
  - local: 'ci_cd/labm1.yml'   # Lab -1
  - local: 'ci_cd/lab0.yml'    # Lab 0