[commit: nofib] master: Check versions in CI (8947fb2)

git at git.haskell.org git at git.haskell.org
Mon Feb 25 12:38:22 UTC 2019


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/8947fb20d3802766c5cf36198731f49e5b6962d5/nofib

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

commit 8947fb20d3802766c5cf36198731f49e5b6962d5
Author: Oleg Grenrus <oleg.grenrus at iki.fi>
Date:   Mon Feb 18 15:21:34 2019 +0200

    Check versions in CI


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

8947fb20d3802766c5cf36198731f49e5b6962d5
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8b6c308..ec8ed5b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,11 +3,11 @@ validate:
   before_script:
     - git clean -xdf
     - sudo apt install -y time
+    - ghc --version
+    - cabal --version
   script:
     - make clean
-    - |
-      cabal update
-      cabal install regex-compat html
+    - cabal update
     - make boot mode=fast
     - "make mode=fast NoFibRuns=1 2>&1 | tee log"
     - "nofib-analyse/nofib-analyse log"



More information about the ghc-commits mailing list