tools: appveyor: troubleshooting stack#4125
This commit is contained in:
parent
2781ece2d2
commit
1bf3298842
@ -36,13 +36,15 @@ cache:
|
|||||||
- hledger-web\.stack-work -> hledger-web\**
|
- hledger-web\.stack-work -> hledger-web\**
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- curl -skL -ostack.zip http://www.stackage.org/stack/windows-x86_64
|
|
||||||
- 7z x stack.zip stack.exe
|
|
||||||
# temporary, troubleshooting https://github.com/commercialhaskell/stack/issues/4125
|
# temporary, troubleshooting https://github.com/commercialhaskell/stack/issues/4125
|
||||||
- move stack.exe stack-release.exe
|
# - curl -skL -ostack.zip http://www.stackage.org/stack/windows-x86_64
|
||||||
- stack-release --version
|
# - 7z x stack.zip stack.exe
|
||||||
|
#- move stack.exe stack-release.exe
|
||||||
|
#- stack-release --version
|
||||||
- set PATH=C:\Users\appveyor\AppData\Roaming\local\bin;%PATH%
|
- set PATH=C:\Users\appveyor\AppData\Roaming\local\bin;%PATH%
|
||||||
- stack-release upgrade --git--branch 4125-cabal-style-build-tools
|
- copy C:\Users\appveyor\AppData\Roaming\local\bin\stack.exe stack-git.exe
|
||||||
|
- stack --version
|
||||||
|
- stack-git upgrade --git--branch 4125-cabal-style-build-tools
|
||||||
- copy C:\Users\appveyor\AppData\Roaming\local\bin\stack.exe .
|
- copy C:\Users\appveyor\AppData\Roaming\local\bin\stack.exe .
|
||||||
- stack --version
|
- stack --version
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user