summaryrefslogtreecommitdiff
path: root/doc/examples/composition/elements/runtime-only.bst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/composition/elements/runtime-only.bst')
-rw-r--r--doc/examples/composition/elements/runtime-only.bst23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/examples/composition/elements/runtime-only.bst b/doc/examples/composition/elements/runtime-only.bst
new file mode 100644
index 000000000..9885b7396
--- /dev/null
+++ b/doc/examples/composition/elements/runtime-only.bst
@@ -0,0 +1,23 @@
+kind: compose
+
+# Dependencies of a compose element cannot be transient,
+# we can only build-depend on the inputs of a composition.
+#
+build-depends:
+- hello.bst
+
+config:
+
+ # Only include files from the runtime domain
+ #
+ include:
+ - runtime
+
+ # Don't include any files which do not match any existing
+ # split rule domains.
+ #
+ include-orphans: False
+
+ # Run integration commands before composition
+ #
+ integrate: True