Skip to content

Commit

Permalink
Set up a build matrix for all the ghc versions supported by stack
Browse files Browse the repository at this point in the history
  • Loading branch information
pepeiborra committed Sep 11, 2017
1 parent 6422f0a commit 8d6d4c8
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ environment:
global:
STACK_ROOT: "c:\\sr"
VSVER: 14
matrix:
- RESOLVER: lts-9.4
- RESOLVER: lts-7.24
- RESOLVER: lts-6.35
- RESOLVER: lts-2.22
- RESOLVER: nightly-2017-09-10


install:
- set PATH=C:\Program Files\Git\mingw64\bin;%PATH% # for curl
Expand All @@ -17,8 +24,4 @@ install:
- stack setup > nul

test_script:
- stack --resolver lts-9.4 --no-system-ghc --install-ghc --jobs 1 test
- stack --resolver lts-7.24 --no-system-ghc --install-ghc --jobs 1 test
- stack --resolver lts-6.35 --no-system-ghc --install-ghc --jobs 1 test
- stack --resolver lts-2.22 --no-system-ghc --install-ghc --jobs 1 test
- stack --resolver nightly-2017-09-10 --no-system-ghc --install-ghc --jobs 1 test
- stack --resolver %RESOLVER% --no-system-ghc --install-ghc --jobs 1 test

0 comments on commit 8d6d4c8

Please sign in to comment.