Skip to content

Commit

Permalink
Add Appveyor tests for cabal-testsuite.
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Z. Yang <[email protected]>
  • Loading branch information
ezyang committed Oct 29, 2016
1 parent 956b5f3 commit d3d16dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ build_script:
- Setup build
- Setup test --show-details=streaming --test-option=--hide-successes
- Setup install
- cd ..\cabal-testsuite
- echo "" | ..\cabal install --only-dependencies --enable-tests
- ghc --make -threaded -i -i. Setup.hs -Wall -Werror
- Setup configure --user --ghc-option=-Werror --enable-tests
- Setup build
- Setup test --show-details=streaming --test-option=--hide-successes
- cd ..\cabal-install
- ghc --make -threaded -i -i. Setup.hs -Wall -Werror
- echo "" | ..\cabal install happy
Expand Down

0 comments on commit d3d16dd

Please sign in to comment.