tools: appveyor: stack#4125: refetch working version, now in master
[ci skip]
This commit is contained in:
parent
4ac46489fe
commit
c2dbadd5bb
@ -43,18 +43,22 @@ install:
|
|||||||
# install latest stack release
|
# install latest stack release
|
||||||
# - 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
|
||||||
# - move stack.exe stack-release.exe
|
# - stack --version
|
||||||
# - stack-release --version
|
|
||||||
|
|
||||||
# install latest stack 4125-cabal-style-build-tools branch
|
# install latest stack 4125-cabal-style-build-tools branch
|
||||||
|
# - move stack.exe stack-release.exe
|
||||||
# - set PATH=C:\Users\appveyor\AppData\Roaming\local\bin;%PATH%
|
# - set PATH=C:\Users\appveyor\AppData\Roaming\local\bin;%PATH%
|
||||||
# - stack-release upgrade --git --git-branch 4125-cabal-style-build-tools
|
# - stack-release upgrade --git --git-branch 4125-cabal-style-build-tools
|
||||||
# - copy C:\Users\appveyor\AppData\Roaming\local\bin\stack.exe C:\Users\appveyor\AppData\Roaming\local\bin\stack-4125-cabal-style-build-tools.exe
|
# - copy C:\Users\appveyor\AppData\Roaming\local\bin\stack.exe C:\Users\appveyor\AppData\Roaming\local\bin\stack-4125-cabal-style-build-tools.exe
|
||||||
|
|
||||||
# use the former
|
# install latest stack master
|
||||||
#- copy stack-release.exe stack.exe
|
- move stack.exe stack-release.exe
|
||||||
|
- set PATH=C:\Users\appveyor\AppData\Roaming\local\bin;%PATH%
|
||||||
|
- stack-release upgrade --git
|
||||||
|
- copy C:\Users\appveyor\AppData\Roaming\local\bin\stack.exe C:\Users\appveyor\AppData\Roaming\local\bin\stack-master.exe
|
||||||
|
|
||||||
# use the latter
|
# use the latter
|
||||||
- copy C:\Users\appveyor\AppData\Roaming\local\bin\stack-4125-cabal-style-build-tools.exe stack.exe
|
- copy C:\Users\appveyor\AppData\Roaming\local\bin\stack-master.exe stack.exe
|
||||||
|
|
||||||
- stack --version
|
- stack --version
|
||||||
- dir
|
- dir
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user