From fda8b79f880877a9f07839dcabc9cd7854685e92 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Fri, 12 Jun 2020 11:04:06 -0400 Subject: gitlab-ci: add a comment describing what goes into a job --- .gitlab-ci.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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: -- cgit v0.12