summaryrefslogtreecommitdiff
path: root/libodb-sqlite/manifest
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-05-07 16:30:20 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-05-07 16:52:07 +0300
commit14ea58b7c2f240d90d90e6c841c6eb42bb0c39bb (patch)
tree08d880b6979c86fce17e254073f4c743a3d101e8 /libodb-sqlite/manifest
parent4b59d1f83f387374430bd58e109ba1c082a27766 (diff)
Add odb-examples package to repository
Diffstat (limited to 'libodb-sqlite/manifest')
-rw-r--r--libodb-sqlite/manifest10
1 files changed, 7 insertions, 3 deletions
diff --git a/libodb-sqlite/manifest b/libodb-sqlite/manifest
index d4464af..5da8e88 100644
--- a/libodb-sqlite/manifest
+++ b/libodb-sqlite/manifest
@@ -27,6 +27,9 @@ depends: * cli ^1.2.0- ? ($config.libodb_sqlite.develop)
tests: odb-tests == $ \
? (!$defined(config.odb_tests.database)) config.odb_tests.database=sqlite
+examples: odb-examples == $ \
+ ? (!$defined(config.odb_examples.database)) config.odb_examples.database=sqlite
+
builds: all
# Only build this package configuration where it can be tested via odb-tests
@@ -39,15 +42,16 @@ multi-builds: &gcc-5+ ; Requires GCC 5 or later.
multi-builds: -static ; Implementation uses plugins and requires -fPIC.
multi-build-config: { config.odb_tests.multi_database=true }+ odb-tests
-# Complements the default configuration (see odb-tests for background).
+# Complements the default configuration (see odb-{tests,examples} for
+# background).
#
-custom-builds: latest ; Requires latest config with GCC as host compiler.
+custom-builds: latest ; Requires latest config with GCC as host compiler.
custom-builds: -static ; Implementation uses plugins and requires -fPIC.
#custom-build-bot: -- see below.
# Complements the multi configuration (see odb-tests for background).
#
-custom-multi-builds: latest ; Requires latest config with GCC as host compiler.
+custom-multi-builds: latest ; Requires latest config with GCC as host compiler.
custom-multi-builds: -static ; Implementation uses plugins and requires -fPIC.
#custom-multi-build-bot: -- see below.
custom-multi-build-config: { config.odb_tests.multi_database=true }+ odb-tests