From 505c5ab2b9d9d4ac721d1a6fea020e0886c02eff Mon Sep 17 00:00:00 2001 From: Ben Gamari <ben@smart-cactus.org> Date: Fri, 15 Mar 2019 10:48:51 -0400 Subject: [PATCH] ci: Add some descriptions of the stages --- .gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 42eaa83c3f..074004734a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,12 +12,12 @@ before_script: - "git fetch https://gitlab.haskell.org/ghc/ghc-performance-notes.git refs/notes/perf:refs/notes/perf || true" stages: - - lint - - build - - full-build - - cleanup # See Note [Cleanup on Windows] - - packaging - - hackage + - lint # Source linting + - build # A quick smoke-test to weed out broken commits + - full-build # Build all the things + - cleanup # See Note [Cleanup on Windows] + - packaging # Source distribution, etc. + - hackage # head.hackage testing ############################################################ # Runner Tags -- GitLab