summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <wjt@endlessm.com>2020-05-15 10:45:09 +0100
committerWill Thompson <wjt@endlessm.com>2020-05-15 10:45:09 +0100
commit4379480d3bf7cae6fd1c3482f9f65f1828148aef (patch)
tree799fc541374838757a04e4985c9f339627a252ef
parent4455b3d83458ebfd89e234f3f8fcc7f0abd15f8a (diff)
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!
-rw-r--r--.gitlab-ci.yml23
1 files changed, 0 insertions, 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