From f7fbb990c2eacc475c4bb1a7a79a92febf4acd46 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 23 Jul 2016 11:09:51 -0700 Subject: [PATCH] ui: skip hledger-ui again #376 With the latest change in the package.yaml file, stack does skip building hledger-ui on windows as intended, however this causes all-package stack commands to exit with an error. So yes, on appveyor we must explicitly name the packages to build. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 38235687e..16e19c9ea 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,7 +15,7 @@ environment: STACK_ROOT: "c:\\sr" test_script: -- echo "" | stack --no-terminal --install-ghc test +- echo "" | stack --no-terminal --install-ghc test hledger hledger-web hledger-api - stack --local-bin-path . install hledger hledger-web hledger-api artifacts: