You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2022/10/31 22:08:45 UTC

[celix] branch feature/cxx14_framework_support updated: Update coverage and coverity-scan build config for additional build options

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

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


The following commit(s) were added to refs/heads/feature/cxx14_framework_support by this push:
     new ad33da71 Update coverage and coverity-scan build config for additional build options
ad33da71 is described below

commit ad33da71d4011dc4d3ac5787b270f0f8da1461b3
Author: Pepijn Noltes <pe...@gmail.com>
AuthorDate: Mon Oct 31 23:08:35 2022 +0100

    Update coverage and coverity-scan build config for additional build options
---
 .github/workflows/coverage.yml      | 3 +++
 .github/workflows/coverity-scan.yml | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 32153494..f3597947 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -32,6 +32,9 @@ jobs:
             -DENABLE_TESTING=ON
             -DENABLE_CODE_COVERAGE=ON
             -DBUILD_EXPERIMENTAL=ON
+            -DBUILD_CXX_REMOTE_SERVICE_ADMIN=ON
+            -DCELIX_TEST_DEPENDENCY_MANAGER_FOR_CXX11=ON
+            -DCELIX_TEST_FOR_CXX14=ON
         run: |
           mkdir build
           cd build
diff --git a/.github/workflows/coverity-scan.yml b/.github/workflows/coverity-scan.yml
index 7c010c70..8e817e31 100644
--- a/.github/workflows/coverity-scan.yml
+++ b/.github/workflows/coverity-scan.yml
@@ -39,6 +39,9 @@ jobs:
           BUILD_OPTIONS: |
             -DENABLE_TESTING=ON
             -DCMAKE_BUILD_TYPE=Debug
+            -DBUILD_CXX_REMOTE_SERVICE_ADMIN=ON
+            -DCELIX_TEST_DEPENDENCY_MANAGER_FOR_CXX11=ON
+            -DCELIX_TEST_FOR_CXX14=ON
         run: |
           cd build
           cmake ${BUILD_OPTIONS} ..