tools: appveyor: more thorough -j1 workaround for permission error #424

This commit is contained in:
Simon Michael 2017-07-11 04:01:06 +01:00
parent 69c41cdd99
commit e9b6d0b9d0

View File

@ -15,9 +15,11 @@ environment:
STACK_ROOT: "c:\\sr"
test_script:
- echo "" | stack --no-terminal --install-ghc test hledger hledger-web hledger-api
- echo "" | stack --no-terminal --install-ghc test -j1 hledger hledger-web hledger-api
- stack --local-bin-path . -j1 install hledger hledger-web hledger-api
# -j1 temporary workaround for https://github.com/commercialhaskell/stack/issues/2617
# -j1 is temporary, attempting to work around
# https://github.com/simonmichael/hledger/issues/424
# https://github.com/commercialhaskell/stack/issues/2617
artifacts:
- path: hledger.exe