[commit: nofib] D5437: Add continuous integration support (c529cb1)
git at git.haskell.org
git at git.haskell.org
Sun Dec 30 17:57:31 UTC 2018
Repository : ssh://git@git.haskell.org/nofib
On branch : D5437
Link : http://ghc.haskell.org/trac/ghc/changeset/c529cb178c17b3dbd926d30ff125d7b7889a144a/nofib
>---------------------------------------------------------------
commit c529cb178c17b3dbd926d30ff125d7b7889a144a
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Dec 30 12:55:46 2018 -0500
Add continuous integration support
>---------------------------------------------------------------
c529cb178c17b3dbd926d30ff125d7b7889a144a
.gitlab-ci.yml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..ea59f24
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,7 @@
+validate:
+ image: ghcci/x86_64-linux-deb9:0.2
+ before_script:
+ - git clean -xdf
+ script:
+ - make boot
+ - make
More information about the ghc-commits
mailing list