summaryrefslogtreecommitdiff
path: root/tests/integration/project/elements/build-shell/buildtree-fail.bst
blob: a3b515a9a462cbadf5b10e84c9b96d68c714fb20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"