aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2018-04-16 22:57:33 +0200
committerDaniel Gröber <dxld@darkboxed.org>2018-04-16 22:57:33 +0200
commit44188bbe7376de6c16ff63136ded519ba2cc113b (patch)
tree760166de8fdb874e20e64729252126d4c381e72a
parentec02a3a04b69fe32fddcf80734d6428183c69273 (diff)
ci: Add GHC 8.4 image
-rw-r--r--.gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 07f1a5d..d1a7777 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,11 @@
stages:
- build
+job-ghc8.4.1-cabal-install2.2.0.0:
+ image: registry.gitlab.com/dxld/ghc-mod:ghc8.4.1-cabal-install2.2.0.0
+ stage: build
+ script: "$CI_PROJECT_DIR/scripts/ci/build.sh"
+
job-ghc8.2.2-cabal-install2.0.0.0:
image: registry.gitlab.com/dxld/ghc-mod:ghc8.2.2-cabal-install2.0.0.0
stage: build