From b9a6989a851d9159f26cff6abd36194c733447f9 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 8 Sep 2017 13:23:29 -0700 Subject: [PATCH] tools: appveyor: benchmarks aren't windows compatible, skip for now [ci skip] --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index affe00b0c..0123c6d84 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -27,7 +27,8 @@ environment: test_script: #the j1 flag is a temporary workaround for https://github.com/commercialhaskell/stack/issues/2617, https://github.com/simonmichael/hledger/issues/424 -- stack --local-bin-path . -j1 --install-ghc build --test --bench --copy-bins hledger hledger-web hledger-api +- stack --local-bin-path . -j1 --install-ghc build --test --copy-bins hledger hledger-web hledger-api +# --bench benchmark doesn't run on windows yet #- hledger-install/hledger-install.sh #- make stacktest