From ad2f80f91d7b5500f413e05c1b659a1e1575755b Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 12 Feb 2017 22:34:07 +0100 Subject: appveyor.yml: use -j1, in hopes that this will help with a GHC bug. The bug: https://ghc.haskell.org/trac/ghc/ticket/13194 See https://ci.appveyor.com/api/buildjobs/02l7v73n5hjs2t5u/log for its occurrence in previous appveyor builds of pandoc. --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index e8c71ceaf..37284be58 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -30,8 +30,8 @@ test_script: # The ugly echo "" hack is to avoid complaints about 0 being an invalid file # descriptor - echo "" | stack clean - - echo "" | stack --no-terminal test - - echo "" | stack --local-bin-path . install pandoc pandoc-citeproc + - echo "" | stack -j1 --no-terminal test + - echo "" | stack -j1 --local-bin-path . install pandoc pandoc-citeproc after_test: # .\ in the stack commandline seems to be .\windows\ (where the stack-appveyor.yaml is) -- cgit v1.2.3