diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-03-15 10:48:51 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-03-20 19:58:49 -0400 |
commit | 505c5ab2b9d9d4ac721d1a6fea020e0886c02eff (patch) | |
tree | 5cf223640bb1b8224fd148505ce80fa36d3cdb6d /.gitlab-ci.yml | |
parent | dc713c71540556ee9dcc90cfd8046c98af5d3d78 (diff) | |
download | haskell-505c5ab2b9d9d4ac721d1a6fea020e0886c02eff.tar.gz |
ci: Add some descriptions of the stages
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 12 |
1 files 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 |