This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch valentindavid/flatpak-demo
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 5b644425e710793eae8cb951fae872c4613acf77
Author: Valentin David <[email protected]>
AuthorDate: Fri Jun 29 11:26:59 2018 +0200

    Add missing files
---
 tests/format/include/inner/element.bst    | 1 +
 tests/format/include/inner/extra_conf.yml | 7 +++++++
 tests/format/include/inner/project.conf   | 5 +++++
 3 files changed, 13 insertions(+)

diff --git a/tests/format/include/inner/element.bst 
b/tests/format/include/inner/element.bst
new file mode 100644
index 0000000..4d7f702
--- /dev/null
+++ b/tests/format/include/inner/element.bst
@@ -0,0 +1 @@
+kind: manual
diff --git a/tests/format/include/inner/extra_conf.yml 
b/tests/format/include/inner/extra_conf.yml
new file mode 100644
index 0000000..4c1847b
--- /dev/null
+++ b/tests/format/include/inner/extra_conf.yml
@@ -0,0 +1,7 @@
+build_arch:
+  type: arch
+  description: Architecture
+  variable: build_arch
+  values:
+    - i586
+    - x86_64
diff --git a/tests/format/include/inner/project.conf 
b/tests/format/include/inner/project.conf
new file mode 100644
index 0000000..8bdfc42
--- /dev/null
+++ b/tests/format/include/inner/project.conf
@@ -0,0 +1,5 @@
+name: test
+
+options:
+  (@):
+    - extra_conf.yml

Reply via email to