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

pengzheng pushed a commit to branch feature/civetweb_integration
in repository https://gitbox.apache.org/repos/asf/celix.git


The following commit(s) were added to refs/heads/feature/civetweb_integration 
by this push:
     new 33906523 Enable more C++ testing.
33906523 is described below

commit 33906523d8b128f82b14cb6439b0c2ad22e2b1f9
Author: PengZheng <[email protected]>
AuthorDate: Sat Feb 4 14:37:55 2023 +0800

    Enable more C++ testing.
---
 .github/workflows/coverage.yml | 4 +++-
 .github/workflows/macos.yml    | 2 ++
 .github/workflows/ubuntu.yml   | 2 ++
 3 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 4c830c91..ed1d8955 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -24,7 +24,9 @@ jobs:
           CONAN_BUILD_OPTIONS: |
             -o celix:enable_testing=True
             -o celix:build_all=True
-            -o enable_code_coverage=True
+            -o celix:enable_code_coverage=True
+            -o celix:enable_testing_for_cxx14=True
+            -o celix:enable_testing_dependency_manager_for_cxx11=True
         run: |
           #force reequire libcurl 7.64.1, due to a sha256 verify issue in 
libcurl/7.87.0
           conan install . celix/ci -pr:b default -pr:h default -if build 
${CONAN_BUILD_OPTIONS} -b missing -b cpputest --require-override=libcurl/7.64.1 
--require-override=openssl/1.1.1s
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 99918460..cf8157ed 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -32,6 +32,8 @@ jobs:
             -o celix:enable_testing=True
             -o celix:enable_address_sanitizer=True
             -o celix:build_all=True
+            -o celix:enable_testing_for_cxx14=True
+            -o celix:enable_testing_dependency_manager_for_cxx11=True
         run: |
           #force reequire libcurl 7.64.1, due to a sha256 verify issue in 
libcurl/7.87.0
           conan install . celix/ci -pr:b default -pr:h default -if build 
${CONAN_BUILD_OPTIONS} -b missing  --require-override=libcurl/7.64.1 
--require-override=openssl/1.1.1s
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 0539dcf6..016c8f96 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -47,6 +47,8 @@ jobs:
             -o celix:enable_testing=True
             -o celix:enable_address_sanitizer=True
             -o celix:build_all=True
+            -o celix:enable_testing_for_cxx14=True
+            -o celix:enable_testing_dependency_manager_for_cxx11=True
         run: |
           #force require libcurl 7.64.1, due to a sha256 verify issue in 
libcurl/7.87.0
           conan install . celix/ci -pr:b release -pr:h default -if build 
${CONAN_BUILD_OPTIONS} -b missing  -b cpputest 
--require-override=libcurl/7.64.1 --require-override=openssl/1.1.1s

Reply via email to