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

pengzheng pushed a commit to branch feature/614-github-cache-build-deps
in repository https://gitbox.apache.org/repos/asf/celix.git


The following commit(s) were added to 
refs/heads/feature/614-github-cache-build-deps by this push:
     new bf1685b0 Avoid exporting test_package.
bf1685b0 is described below

commit bf1685b0dae7f1012aeb34bfea4afa2933da4f25
Author: PengZheng <howto...@gmail.com>
AuthorDate: Tue Aug 29 20:56:50 2023 +0800

    Avoid exporting test_package.
---
 conanfile.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/conanfile.py b/conanfile.py
index e5e81efb..82542172 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -32,7 +32,8 @@ class CelixConan(ConanFile):
     homepage = "https://celix.apache.org";
     url = "https://github.com/apache/celix.git";
     topics = ("conan", "celix", "osgi", "embedded", "linux", "C/C++")
-    exports_sources = "CMakeLists.txt", "bundles*", "cmake*", "!cmake-build*", 
"examples*", "libs*", "misc*", "LICENSE"
+    exports_sources = ("CMakeLists.txt", "bundles*", "cmake*", 
"!cmake-build*", "examples*", "libs*", "misc*",
+                       "LICENSE", "!examples/conan_test_package*")
     generators = "CMakeDeps", "VirtualRunEnv"
     settings = "os", "arch", "compiler", "build_type"
     license = " Apache-2.0"

Reply via email to