diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2017-09-25 15:17:14 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2017-09-25 15:17:14 +0200 |
commit | 28c9f2567f965904449472bb014719c9eed6a20b (patch) | |
tree | 39c27fa1f32fbb2dd4bd8fea2e8ae4b423cee07b | |
parent | efaccdd3a5d79db55836c8102b96aa93d5481717 (diff) |
ci: Add GHC 7.6, 7.4
-rw-r--r-- | .gitlab-ci.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 72cbb48..76f6408 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,3 +20,13 @@ job-ghc7.8.4-cabal-install1.24.0.2: image: registry.gitlab.com/dxld/ghc-mod:ghc7.8.4-cabal-install1.24.0.2 stage: build script: "$CI_PROJECT_DIR/scripts/ci/build.sh" + +job-ghc7.6.3-cabal-install1.24.0.2: + image: registry.gitlab.com/dxld/ghc-mod:ghc7.6.3-cabal-install1.24.0.2 + stage: build + script: "$CI_PROJECT_DIR/scripts/ci/build.sh" + +job-ghc7.4.2-cabal-install1.24.0.2: + image: registry.gitlab.com/dxld/ghc-mod:ghc7.4.2-cabal-install1.24.0.2 + stage: build + script: "$CI_PROJECT_DIR/scripts/ci/build.sh" |