diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-07-14 13:05:13 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-07-14 13:05:13 -0700 |
commit | 7e1844cc1f76768d2ea9c8527dadf84506276b88 (patch) | |
tree | 7fa3249a5b4167dfd5bb96972c292d9acf899146 | |
parent | 3e3529270799247a76d84e805afa5c32c87eb109 (diff) | |
download | pandoc-7e1844cc1f76768d2ea9c8527dadf84506276b88.tar.gz |
appveyor: increase stack verbosity.
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index f0d4975f9..71f0cc566 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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: "-j1 --no-terminal --test --local-bin-path=.\\windows" + STACK_BUILD_OPTS: "-v2 -j1 --no-terminal --test --local-bin-path=.\\windows" # see #4201, https://github.com/haskell-tools/haskell-tools/issues/277 matrix: - STACK_VERSION: "windows-i386" |