From 44188bbe7376de6c16ff63136ded519ba2cc113b Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Mon, 16 Apr 2018 22:57:33 +0200 Subject: ci: Add GHC 8.4 image --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.3