[commit: nofib] ci: Add continuous integration support (0f7f176)
git at git.haskell.org
git at git.haskell.org
Mon Dec 31 16:49:40 UTC 2018
Repository : ssh://git@git.haskell.org/nofib
On branch : ci
Link : http://ghc.haskell.org/trac/ghc/changeset/0f7f176de8e0c501629dbf5d60a440f1d5faae17/nofib
>---------------------------------------------------------------
commit 0f7f176de8e0c501629dbf5d60a440f1d5faae17
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Dec 30 12:55:46 2018 -0500
Add continuous integration support
>---------------------------------------------------------------
0f7f176de8e0c501629dbf5d60a440f1d5faae17
.gitlab-ci.yml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..fd1bfb5
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,12 @@
+validate:
+ image: ghcci/x86_64-linux-deb9:0.2
+ before_script:
+ - git clean -xdf
+ script:
+ - make clean
+ - |
+ cabal update
+ cabal install regex-compat html
+ - make boot
+ - "make mode=fast NoFibRuns=1 >log 2>&1"
+ - "nofib-analyse/nofib-analyse << log"
More information about the ghc-commits
mailing list