summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hello/manifest1
-rw-r--r--mhello/manifest18
2 files changed, 13 insertions, 6 deletions
diff --git a/hello/manifest b/hello/manifest
index 4bd141a..24d5aa3 100644
--- a/hello/manifest
+++ b/hello/manifest
@@ -13,6 +13,7 @@ url: https://git.build2.org/cgit/hello/hello
src-url: https://git.build2.org/cgit/hello/hello/tree/hello
email: users@build2.org
build-email: builds@build2.org
+#builds: all
depends: * build2 >= 0.8.0-
depends: * bpkg >= 0.8.0-
depends: libhello ^1.0.0
diff --git a/mhello/manifest b/mhello/manifest
index a08a9ce..577dae8 100644
--- a/mhello/manifest
+++ b/mhello/manifest
@@ -14,13 +14,19 @@ url: https://git.build2.org/cgit/hello/hello
src-url: https://git.build2.org/cgit/hello/hello/tree/mhello
email: users@build2.org
build-email: builds@build2.org
-build-exclude: *-msvc_15u0* ; Broken C++ modules support
-build-include: *-msvc_15*
-build-include: *-clang_5*
-build-include: *-clang_6*
-build-exclude: * ; Requires C++ modules support
+#builds: all
+#build-exclude: *-msvc_15u0** ; Broken C++ modules support.
+#build-include: *-msvc_15u**
+#build-include: *-clang_5.**
+#build-include: *-clang_6.**
+#build-exclude: ** ; Requires C++ modules support.
+build-exclude: *-msvc_15u0** ; Broken C++ modules support.
+build-include: *-msvc_15u**
+build-include: *-clang_5.**
+build-include: *-clang_6.**
+build-exclude: ** ; Requires C++ modules support.
requires: c++20
depends: * build2 >= 0.8.0-
depends: * bpkg >= 0.8.0-
depends: libstd-modules
-depends: libmhello [1.0.0 2.0.0-); compatible with libmhello-1.X.Y
+depends: libmhello [1.0.0 2.0.0-) ; Compatible with libmhello-1.X.Y.