From 4379480d3bf7cae6fd1c3482f9f65f1828148aef Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Fri, 15 May 2020 10:45:09 +0100 Subject: Disable Zenhaskell CI jobs These have an old version of Stack which is not compatible with the latest lts resolver. https://hub.docker.com/u/zenhaskell has them all marked as "DEPRECATED". OK! --- .gitlab-ci.yml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 40db59e..8290d94 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,29 +1,6 @@ stages: - - lint - build -variables: - ZENHASKELL_IMAGE: "zenhaskell/gtk:lts-12.20" - -lint: - stage: lint - image: ${ZENHASKELL_IMAGE} - script: - - hlint . - -stack-build-test: - stage: build - image: ${ZENHASKELL_IMAGE} - before_script: - - apt install -y libpcap-dev - script: - - stack build - - stack test - cache: - key: "stack-work" - paths: - - .stack-work - flatpak-build: stage: build image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:3.28 -- cgit v1.2.3