blob: a3b515a9a462cbadf5b10e84c9b96d68c714fb20 [file] [log] [blame]
kind: manual
description: |
Puts a file in the build tree so that build tree caching and staging can be tested,
then deliberately failing to build so we can check the output.
depends:
- filename: base.bst
type: build
config:
build-commands:
- "echo 'Hi' > %{build-root}/test"
- "false"