summaryrefslogtreecommitdiff
path: root/tests/integration/project/elements/build-shell/buildtree.bst
blob: d5cf256bee706050d3d31e56866e829b2e8aac95 (plain)
1
2
3
4
5
6
7
8
9
10
11
kind: manual
description: |
  Puts a file in the build tree so that build tree caching and staging can be tested.

depends:
  - filename: base.bst
    type: build

config:
  build-commands:
    - "echo 'Hi' > %{build-root}/test"