aboutsummaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-02-11 08:36:51 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2019-02-11 08:36:51 -0800
commitbb2fa73500f18df381d01996962468de185a0a57 (patch)
tree715e197929bce5f454fefbb23d0cf9efa8d9c0af /.circleci
parentb9a2f8ea5420038d35cf8f7a3db099d76e1e8978 (diff)
downloadpandoc-bb2fa73500f18df381d01996962468de185a0a57.tar.gz
CircleCI: show build.log on cabal builds.
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 3304ad264..2c558b7ed 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -54,6 +54,7 @@ commands:
cd *
cabal v2-build -j2 --dependencies-only --enable-tests --ghc-options="${GHC_OPTS}" all
cabal v2-build -j2 --enable-tests --ghc-options="${GHC_OPTS}" all 2>build.log
+ cat build.log
# fail if we had warnings in local build
# this is to work around the fact that cabal v2 doesn't allow
# us to use -Werror for just local build: