[commit: ghc] master, wip/deploy-docs, wip/packaging-fail, wip/run-nofib, wip/windows-32bit: ci: Add some descriptions of the stages (505c5ab)
git at git.haskell.org
git at git.haskell.org
Thu Mar 21 17:01:18 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branches: master,wip/deploy-docs,wip/packaging-fail,wip/run-nofib,wip/windows-32bit
Link : http://ghc.haskell.org/trac/ghc/changeset/505c5ab2b9d9d4ac721d1a6fea020e0886c02eff/ghc
>---------------------------------------------------------------
commit 505c5ab2b9d9d4ac721d1a6fea020e0886c02eff
Author: Ben Gamari <ben at smart-cactus.org>
Date: Fri Mar 15 10:48:51 2019 -0400
ci: Add some descriptions of the stages
>---------------------------------------------------------------
505c5ab2b9d9d4ac721d1a6fea020e0886c02eff
.gitlab-ci.yml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 42eaa83..0740047 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
More information about the ghc-commits
mailing list