mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 21:59:54 -06:00
gitlab-ci: add a comment describing what goes into a job
This commit is contained in:
@@ -14,6 +14,22 @@ stages:
|
|||||||
- test
|
- test
|
||||||
- test-ext
|
- 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
|
# Lint builds
|
||||||
|
|
||||||
build:debian10-iwyu:
|
build:debian10-iwyu:
|
||||||
|
|||||||
Reference in New Issue
Block a user