appveyor: use right option to change verbosity.
This commit is contained in:
parent
7e1844cc1f
commit
241bfd2ff3
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ environment:
|
|||
global:
|
||||
WIXBIN: "c:\\Program Files (x86)\\WiX Toolset v3.11\\bin"
|
||||
STACK_YAML: "c:\\pandoc\\stack.yaml"
|
||||
STACK_BUILD_OPTS: "-v2 -j1 --no-terminal --test --local-bin-path=.\\windows"
|
||||
STACK_BUILD_OPTS: "--cabal-verbose -j1 --no-terminal --test --local-bin-path=.\\windows"
|
||||
# see #4201, https://github.com/haskell-tools/haskell-tools/issues/277
|
||||
matrix:
|
||||
- STACK_VERSION: "windows-i386"
|
||||
|
|
Loading…
Reference in a new issue