summaryrefslogtreecommitdiff
path: root/tests/remotecache/project/elements/build-shell/buildtree.bst
diff options
context:
space:
mode:
Diffstat (limited to 'tests/remotecache/project/elements/build-shell/buildtree.bst')
-rw-r--r--tests/remotecache/project/elements/build-shell/buildtree.bst11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/remotecache/project/elements/build-shell/buildtree.bst b/tests/remotecache/project/elements/build-shell/buildtree.bst
new file mode 100644
index 000000000..d5cf256be
--- /dev/null
+++ b/tests/remotecache/project/elements/build-shell/buildtree.bst
@@ -0,0 +1,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"