tools: appveyor: troubleshooting stack#4125

[ci skip]
This commit is contained in:
Simon Michael 2018-07-04 18:46:55 +01:00
parent e5b184b717
commit 2781ece2d2

View File

@ -39,11 +39,10 @@ install:
- curl -skL -ostack.zip http://www.stackage.org/stack/windows-x86_64 - curl -skL -ostack.zip http://www.stackage.org/stack/windows-x86_64
- 7z x stack.zip stack.exe - 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 - move stack.exe stack-release.exe
# - stack-release --version - stack-release --version
# - set PATH=C:\Users\appveyor\AppData\Roaming\local\bin;%PATH% - set PATH=C:\Users\appveyor\AppData\Roaming\local\bin;%PATH%
# - echo %PATH% - stack-release upgrade --git--branch 4125-cabal-style-build-tools
# - stack-release upgrade --git
- copy C:\Users\appveyor\AppData\Roaming\local\bin\stack.exe . - copy C:\Users\appveyor\AppData\Roaming\local\bin\stack.exe .
- stack --version - stack --version