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