appveyor: try ghc 8.6

[ci skip]
This commit is contained in:
Simon Michael 2018-10-24 12:55:35 -07:00
parent 0bb0d8967d
commit 61e36173b4

View File

@ -69,13 +69,13 @@ install:
# #
# install ghc # install ghc
#- stack setup - stack setup
# use ghc 8.2 to avoid hledger-web -> network/stack/ghc/windows build issue # use ghc 8.2 to avoid hledger-web -> network/stack/ghc/windows build issue
# 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
# network 2.7.0.1 is supposed to work around it # network 2.7.0.1 is supposed to work around it
- stack setup --stack-yaml=stack-ghc8.2.yaml #- stack setup --stack-yaml=stack-ghc8.2.yaml
#- 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
@ -84,10 +84,10 @@ install:
# hledger-ui's vty dep isn't available on windows # hledger-ui's vty dep isn't available on windows
# hledger-api not tried recently # hledger-api not tried recently
build_script: build_script:
# 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
#- stack build --test --copy-bins --local-bin-path=. hledger hledger-web network-2.7.0.2
# use ghc 8.2 to avoid hledger-web -> network/stack/ghc/windows build issue # use ghc 8.2 to avoid hledger-web -> network/stack/ghc/windows build issue
- stack build --test --copy-bins --local-bin-path=. hledger hledger-web --stack-yaml=stack-ghc8.2.yaml #- stack build --test --copy-bins --local-bin-path=. hledger hledger-web --stack-yaml=stack-ghc8.2.yaml
- 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