Skip to content

Commit

Permalink
Use stack setup so you can ignore most of the output
Browse files Browse the repository at this point in the history
A workaround for #1212
  • Loading branch information
ndmitchell committed Oct 26, 2015
1 parent cf09cab commit 374296c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ environment:
STACK_ROOT: "c:\\sr"

test_script:
- stack setup > nul
# The ugly echo "" hack is to avoid complaints about 0 being an invalid file
# descriptor
- echo "" | stack --arch i386 --no-terminal --install-ghc test
- echo "" | stack --no-terminal test

0 comments on commit 374296c

Please sign in to comment.