tools: appveyor: troubleshooting stack#4125

Try again to upgrade stack to the 4125-cabal-style-build-tools branch,
it didn't work with stack-git.

[ci skip]
This commit is contained in:
Simon Michael 2018-07-04 21:42:24 +01:00
parent 28b2c0fe75
commit a2ef041a58

View File

@ -37,15 +37,15 @@ cache:
install: install:
# temporary, troubleshooting https://github.com/commercialhaskell/stack/issues/4125 # temporary, troubleshooting https://github.com/commercialhaskell/stack/issues/4125
# - curl -skL -ostack.zip http://www.stackage.org/stack/windows-x86_64 - copy C:\Users\appveyor\AppData\Roaming\local\bin\stack.exe stack-81889990.exe
# - 7z x stack.zip stack.exe - curl -skL -ostack.zip http://www.stackage.org/stack/windows-x86_64
#- move stack.exe stack-release.exe - 7z x stack.zip stack.exe
#- stack-release --version - 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%
- copy C:\Users\appveyor\AppData\Roaming\local\bin\stack.exe stack-git.exe - stack upgrade --git-branch 4125-cabal-style-build-tools
- 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 .
- copy stack.exe stack-512f76f3.exe
- stack --version - stack --version
# #