[commit: ghc] wip/rejig-stages: ci: Add some descriptions of the stages (b6500e8)

git at git.haskell.org git at git.haskell.org
Fri Mar 15 19:06:55 UTC 2019


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/rejig-stages
Link       : http://ghc.haskell.org/trac/ghc/changeset/b6500e8a3a352365b50f46290e1a291f77b7d1bf/ghc

>---------------------------------------------------------------

commit b6500e8a3a352365b50f46290e1a291f77b7d1bf
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Fri Mar 15 10:48:51 2019 -0400

    ci: Add some descriptions of the stages


>---------------------------------------------------------------

b6500e8a3a352365b50f46290e1a291f77b7d1bf
 .gitlab-ci.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3b16a76..22a0be2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,10 +12,10 @@ 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]
+  - 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]
 
 ############################################################
 # Runner Tags



More information about the ghc-commits mailing list