Skip to content

Commit

Permalink
Merge pull request #1236 from ndmitchell/master
Browse files Browse the repository at this point in the history
More appveyor improvements
  • Loading branch information
snoyberg committed Oct 26, 2015
2 parents c42f625 + 374296c commit feb57fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
cache:
- "c:\\sr" # stack root, short paths == less problems
- "%LOCALAPPDATA%\\Programs\\stack"

build: off

Expand All @@ -14,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 feb57fa

Please sign in to comment.