diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e8b6a7..18663b7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,11 @@ before_script: - rm -rf ~/.cabal/store - ln -s /cache/store ~/.cabal/store +job-ghc8.6.2-cabal-install2.4.0.0: + image: registry.gitlab.com/dxld/ghc-mod:ghc8.6.2-cabal-install2.4.0.0 + stage: build + script: "$CI_PROJECT_DIR/scripts/ci/build.sh" + job-ghc8.4.4-cabal-install2.2.0.0: image: registry.gitlab.com/dxld/ghc-mod:ghc8.4.4-cabal-install2.2.0.0 stage: build |