Skip to content
Snippets Groups Projects
Commit 60ef0cdd authored by Ryan Scott's avatar Ryan Scott
Browse files

CI: build against ghc-8.10

parent f92c8cbe
No related branches found
No related tags found
1 merge request!68CI: build against ghc-8.10
Pipeline #14351 passed
......@@ -72,6 +72,16 @@ build-8.8:
- branches
- merge_requests
# Build against the 8.10 branch
build-8.10:
extends: .build
variables:
GHC_TARBALL: "https://gitlab.haskell.org/api/v4/projects/1/jobs/artifacts/ghc-8.10/raw/ghc-x86_64-fedora27-linux.tar.xz?job=validate-x86_64-linux-fedora27"
EXTRA_HC_OPTS: "-dcore-lint"
only:
- branches
- merge_requests
.build:
stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment