tools: appveyor: remove -j1 (#424), document cache cleaning
This commit is contained in:
parent
0dfcf1e788
commit
f6092df1d6
@ -2,8 +2,9 @@ cache:
|
|||||||
- "%LOCALAPPDATA%\\Programs\\stack"
|
- "%LOCALAPPDATA%\\Programs\\stack"
|
||||||
- "c:\\project\\.stack-work"
|
- "c:\\project\\.stack-work"
|
||||||
- "c:\\sr" # -> appveyor.yml
|
- "c:\\sr" # -> appveyor.yml
|
||||||
# to force cache deletion: browse ui, open inspector,
|
# https://www.appveyor.com/docs/build-cache/#cleaning-up-cache
|
||||||
# $.ajax({url: 'https://ci.appveyor.com/api/projects/simonmichael/hledger/buildcache',type: 'DELETE'})
|
# method 1: browse ui, open inspector, $.ajax({url: 'https://ci.appveyor.com/api/projects/simonmichael/hledger/buildcache',type: 'DELETE'})
|
||||||
|
# method 2: curl -s -H "Authorization: Bearer $APPVEYOR_TOKEN" -H "Content-Type: application/json" -X DELETE https://ci.appveyor.com/api/projects/simonmichael/hledger/buildcache
|
||||||
|
|
||||||
build: off
|
build: off
|
||||||
|
|
||||||
@ -26,8 +27,8 @@ environment:
|
|||||||
# APPVEYOR_SAVE_CACHE_ON_ERROR: "true"
|
# APPVEYOR_SAVE_CACHE_ON_ERROR: "true"
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
#the j1 flag is a temporary workaround for https://github.com/commercialhaskell/stack/issues/2617, https://github.com/simonmichael/hledger/issues/424
|
- stack --local-bin-path . --install-ghc build --test --copy-bins hledger hledger-web hledger-api
|
||||||
- stack --local-bin-path . -j1 --install-ghc build --test --copy-bins hledger hledger-web hledger-api
|
# -j1 a temporary workaround for https://github.com/simonmichael/hledger/issues/424, https://github.com/commercialhaskell/stack/issues/2617, should be unnecessary with ghc 8.2.1+
|
||||||
# --bench benchmark doesn't run on windows yet
|
# --bench benchmark doesn't run on windows yet
|
||||||
#- hledger-install/hledger-install.sh
|
#- hledger-install/hledger-install.sh
|
||||||
#- make stacktest
|
#- make stacktest
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user