mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
appveyor: use latest stack release
This commit is contained in:
parent
67f5b1071e
commit
5a45666f1e
@ -41,13 +41,13 @@ install:
|
||||
#- dir
|
||||
|
||||
# install latest stack release
|
||||
#- curl -skL -ostack.zip http://www.stackage.org/stack/windows-x86_64
|
||||
#- 7z x stack.zip stack.exe
|
||||
- curl -skL -ostack.zip http://www.stackage.org/stack/windows-x86_64
|
||||
- 7z x stack.zip stack.exe
|
||||
|
||||
# install latest stack prerelease
|
||||
- curl -skLO https://github.com/commercialhaskell/stack/releases/download/v1.9.0.1/stack-1.9.0.1-windows-x86_64.tar.gz
|
||||
- 7z x stack-1.9.0.1-windows-x86_64.tar.gz -so | 7z e -si -ttar stack-1.9.0.1-windows-x86_64/stack.exe -aoa
|
||||
- stack --version
|
||||
# install a stack prerelease
|
||||
#- curl -skLO https://github.com/commercialhaskell/stack/releases/download/v1.9.0.1/stack-1.9.0.1-windows-x86_64.tar.gz
|
||||
#- 7z x stack-1.9.0.1-windows-x86_64.tar.gz -so | 7z e -si -ttar stack-1.9.0.1-windows-x86_64/stack.exe -aoa
|
||||
#- stack --version
|
||||
|
||||
# install latest stack 4125-cabal-style-build-tools branch
|
||||
# - set PATH=C:\Users\appveyor\AppData\Roaming\local\bin;%PATH%
|
||||
|
Loading…
Reference in New Issue
Block a user