Skip to content
Snippets Groups Projects
Commit b2ee0f97 authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

gitlab-ci: Build multiple versions

parent e81f3533
No related branches found
No related tags found
1 merge request!2Bump nixpkgs to 22.05
Pipeline #56477 failed
......@@ -3,4 +3,12 @@ build:
tags:
- x86_64-linux
script:
- nix build
- nix-shell ./. --argstr version "$VERSION" --run 'bash -c "\$GHC --version"'
parallel:
matrix:
- VERSION: "8.10"
- VERSION: "9.0"
- VERSION: "9.2"
- VERSION: "9.4"
- VERSION: "9.6"
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