mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
appveyor: try ghc 8.6
[ci skip]
This commit is contained in:
parent
0bb0d8967d
commit
61e36173b4
@ -69,13 +69,13 @@ install:
|
||||
|
||||
#
|
||||
# install ghc
|
||||
#- stack setup
|
||||
- stack setup
|
||||
# use ghc 8.2 to avoid hledger-web -> network/stack/ghc/windows build issue
|
||||
# https://github.com/haskell/network/issues/313
|
||||
# https://github.com/commercialhaskell/stack/issues/3944
|
||||
# network 2.7.0.1 is supposed to work around it
|
||||
- stack setup --stack-yaml=stack-ghc8.2.yaml
|
||||
#- stack setup
|
||||
#- stack setup --stack-yaml=stack-ghc8.2.yaml
|
||||
|
||||
#- set PATH=C:\Users\appveyor\AppData\Roaming\local\bin;%PATH%
|
||||
#- stack install shelltestrunner
|
||||
|
||||
@ -84,10 +84,10 @@ install:
|
||||
# hledger-ui's vty dep isn't available on windows
|
||||
# hledger-api not tried recently
|
||||
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 network-2.7.0.2
|
||||
- stack build --test --copy-bins --local-bin-path=. hledger hledger-web
|
||||
# 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
|
||||
|
||||
#- hledger-install/hledger-install.sh
|
||||
|
Loading…
Reference in New Issue
Block a user