appveyor: try using newer network and ghc 8.4 (#888)
This commit is contained in:
parent
f4804aef9a
commit
a73005011b
@ -70,7 +70,8 @@ install:
|
|||||||
# network 2.7.0.1 should work around it when released
|
# network 2.7.0.1 should work around it when released
|
||||||
# https://github.com/haskell/network/issues/313
|
# https://github.com/haskell/network/issues/313
|
||||||
# https://github.com/commercialhaskell/stack/issues/3944
|
# https://github.com/commercialhaskell/stack/issues/3944
|
||||||
- stack --stack-yaml=stack-ghc8.2.yaml setup
|
#- stack --stack-yaml=stack-ghc8.2.yaml setup
|
||||||
|
- stack setup
|
||||||
#- set PATH=C:\Users\appveyor\AppData\Roaming\local\bin;%PATH%
|
#- set PATH=C:\Users\appveyor\AppData\Roaming\local\bin;%PATH%
|
||||||
#- stack install shelltestrunner
|
#- stack install shelltestrunner
|
||||||
|
|
||||||
@ -80,7 +81,8 @@ 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
|
||||||
- stack build --test --copy-bins --local-bin-path=. hledger hledger-web --stack-yaml=stack-ghc8.2.yaml
|
# specifying network 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
|
||||||
- 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
|
||||||
#- make stacktest
|
#- make stacktest
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user