mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
tools: appveyor: stack#4125: use already-installed stack-master
[ci skip]
This commit is contained in:
parent
a1b0872d00
commit
9a8ebb8f58
@ -41,9 +41,9 @@ install:
|
||||
- dir
|
||||
|
||||
# install latest stack release
|
||||
- curl -skL -ostack.zip http://www.stackage.org/stack/windows-x86_64
|
||||
- 7z x stack.zip stack.exe
|
||||
- stack --version
|
||||
# - curl -skL -ostack.zip http://www.stackage.org/stack/windows-x86_64
|
||||
# - 7z x stack.zip stack.exe
|
||||
# - stack --version
|
||||
|
||||
# install latest stack 4125-cabal-style-build-tools branch
|
||||
# - move stack.exe stack-release.exe
|
||||
@ -54,9 +54,9 @@ install:
|
||||
# install latest stack master
|
||||
- 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
|
||||
- copy C:\Users\appveyor\AppData\Roaming\local\bin\stack.exe stack.exe
|
||||
# - stack-release upgrade --git
|
||||
#- copy C:\Users\appveyor\AppData\Roaming\local\bin\stack.exe C:\Users\appveyor\AppData\Roaming\local\bin\stack-master.exe
|
||||
# - copy C:\Users\appveyor\AppData\Roaming\local\bin\stack.exe stack.exe
|
||||
- stack --version
|
||||
|
||||
- dir
|
||||
|
Loading…
Reference in New Issue
Block a user