appveyor: try building all packages, caching .stack-work #376

This commit is contained in:
Simon Michael 2016-07-22 12:37:52 -07:00
parent 2f67dbebd5
commit 889af710ff

View File

@ -1,5 +1,6 @@
cache:
- "c:\\sr -> appveyor.yml" #
- "c:\\sr -> appveyor.yml"
- "c:\\project\\.stack-work"
- "%LOCALAPPDATA%\\Programs\\stack"
build: off
@ -14,5 +15,4 @@ environment:
STACK_ROOT: "c:\\sr"
test_script:
- stack setup > nul
- echo "" | stack --no-terminal build --test hledger hledger-web hledger-api # hledger-ui not supported
- echo "" | stack --no-terminal --install-ghc test