appveyor: try again with 64-bit stack (#888)
This commit is contained in:
parent
80477cf432
commit
79a8094034
@ -42,10 +42,12 @@ 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
|
||||||
|
|
||||||
# install latest stack prerelease
|
# install latest stack prerelease
|
||||||
- curl -skL -ostack.zip https://github.com/commercialhaskell/stack/releases/download/v1.9.0.1/stack-1.9.0.1-windows-i386.zip
|
- 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.zip stack.exe
|
- 7z x stack-1.9.0.1-windows-x86_64.tar.gz stack-1.9.0.1-windows-x86_64/stack.exe
|
||||||
- copy stack.exe stack-release.exe
|
- move stack-1.9.0.1-windows-x86_64/stack.exe .
|
||||||
- stack --version
|
- stack --version
|
||||||
|
|
||||||
# install latest stack 4125-cabal-style-build-tools branch
|
# install latest stack 4125-cabal-style-build-tools branch
|
||||||
@ -83,7 +85,7 @@ install:
|
|||||||
# hledger-api not tried recently
|
# hledger-api not tried recently
|
||||||
build_script:
|
build_script:
|
||||||
#- stack build --test --copy-bins --local-bin-path=. hledger hledger-web
|
#- stack build --test --copy-bins --local-bin-path=. hledger hledger-web
|
||||||
# specifying network to avoid https://github.com/haskell/network/issues/313
|
# use network 2.7.0.1+ to avoid https://github.com/haskell/network/issues/313
|
||||||
- stack build --test --copy-bins --local-bin-path=. hledger hledger-web network-2.7.0.2
|
- stack build --test --copy-bins --local-bin-path=. hledger hledger-web network-2.7.0.2
|
||||||
- 7z a -tzip hledger.zip hledger.exe hledger-web.exe
|
- 7z a -tzip hledger.zip hledger.exe hledger-web.exe
|
||||||
#- hledger-install/hledger-install.sh
|
#- hledger-install/hledger-install.sh
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user