Browse Source

gitlab-ci: add a comment describing what goes into a job

pull/334/head
Ben Boeckel 5 years ago
parent
commit
fda8b79f88
  1. 16
      .gitlab-ci.yml

16
.gitlab-ci.yml

@ -14,6 +14,22 @@ stages:
- test
- test-ext
################################################################################
# Job declarations
#
# Each job must pull in each of the following keys:
#
# - a "base image"
# - a build script
# - tags for the jobs
# - rules for when to run the job
#
# Additionally, jobs may also contain:
#
# - artifacts
# - dependency/needs jobs for required jobs
################################################################################
# Lint builds
build:debian10-iwyu:

Loading…
Cancel
Save