diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2020-06-12 15:04:06 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2020-06-12 16:28:29 (GMT) |
commit | fda8b79f880877a9f07839dcabc9cd7854685e92 (patch) | |
tree | 20f7199e9c2bf2c2f45096d990ae22aa5e90b136 /.gitlab-ci.yml | |
parent | 2b4523c5f2f6864eb36fa0eeda22069e0a109dbf (diff) | |
download | CMake-fda8b79f880877a9f07839dcabc9cd7854685e92.zip CMake-fda8b79f880877a9f07839dcabc9cd7854685e92.tar.gz CMake-fda8b79f880877a9f07839dcabc9cd7854685e92.tar.bz2 |
gitlab-ci: add a comment describing what goes into a job
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 22d3578..81f3c35 100644 --- a/.gitlab-ci.yml +++ b/.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: |