summaryrefslogtreecommitdiff
path: root/tests/plugins/deprecationwarnings/plugins/elements/deprecated_plugin.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/plugins/deprecationwarnings/plugins/elements/deprecated_plugin.yaml')
-rw-r--r--tests/plugins/deprecationwarnings/plugins/elements/deprecated_plugin.yaml22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/plugins/deprecationwarnings/plugins/elements/deprecated_plugin.yaml b/tests/plugins/deprecationwarnings/plugins/elements/deprecated_plugin.yaml
new file mode 100644
index 000000000..1c07cd8b2
--- /dev/null
+++ b/tests/plugins/deprecationwarnings/plugins/elements/deprecated_plugin.yaml
@@ -0,0 +1,22 @@
+# Deprecated-plugin build element does not provide any default
+# build commands
+config:
+
+ # Commands for configuring the software
+ #
+ configure-commands: []
+
+ # Commands for building the software
+ #
+ build-commands: []
+
+ # Commands for installing the software into a
+ # destination folder
+ #
+ install-commands: []
+
+ # Commands for stripping installed binaries
+ #
+ strip-commands:
+ - |
+ %{strip-binaries} \ No newline at end of file