Skip to content

Commit

Permalink
ui: skip hledger-ui again #376
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
simonmichael committed Jul 23, 2016
1 parent b91877f commit f7fbb99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -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:
Expand Down

0 comments on commit f7fbb99

Please sign in to comment.