Skip to content
Snippets Groups Projects
Commit 505c5ab2 authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

ci: Add some descriptions of the stages

parent dc713c71
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment