This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a commit to branch feature/509-update-cxx-support-to-cxx14
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to
refs/heads/feature/509-update-cxx-support-to-cxx14 by this push:
new 0bb4432d #509: Remove config for cxx11 and cxx14 testing options from
github ci
0bb4432d is described below
commit 0bb4432d2762c2b2b008cb25297c98b7ed0e6e66
Author: Pepijn Noltes <[email protected]>
AuthorDate: Sun Oct 1 14:59:53 2023 +0200
#509: Remove config for cxx11 and cxx14 testing options from github ci
---
.github/workflows/coverage.yml | 2 --
.github/workflows/coverity-scan.yml | 2 --
.github/workflows/macos.yml | 4 ----
.github/workflows/ubuntu.yml | 4 ----
4 files changed, 12 deletions(-)
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 5c43d3f7..c53f8b36 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -52,8 +52,6 @@ jobs:
-o celix:enable_testing=True
-o celix:build_all=True
-o celix:enable_code_coverage=True
- -o celix:enable_testing_for_cxx14=True
- -o celix:enable_testing_dependency_manager_for_cxx11=True
-o celix:enable_testing_on_ci=True
-o celix:enable_ccache=True
run: |
diff --git a/.github/workflows/coverity-scan.yml
b/.github/workflows/coverity-scan.yml
index 6e6e1595..eef24926 100644
--- a/.github/workflows/coverity-scan.yml
+++ b/.github/workflows/coverity-scan.yml
@@ -45,8 +45,6 @@ jobs:
BUILD_OPTIONS: |
-DBUILD_EXPERIMENTAL=ON
-DENABLE_TESTING=ON
- -DENABLE_TESTING_DEPENDENCY_MANAGER_FOR_CXX11=ON
- -DENABLE_TESTING_FOR_CXX14=ON
-DRSA_JSON_RPC=ON
-DRSA_SHM=ON
-DRSA_REMOTE_SERVICE_ADMIN_SHM_V2=ON
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 5c989809..1895c3be 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -55,8 +55,6 @@ 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
-o celix:enable_cmake_warning_tests=True
-o celix:enable_testing_on_ci=True
-o celix:framework_curlinit=False
@@ -99,8 +97,6 @@ jobs:
env:
BUILD_OPTIONS: |
-DENABLE_TESTING=ON
- -DENABLE_TESTING_DEPENDENCY_MANAGER_FOR_CXX11=ON
- -DENABLE_TESTING_FOR_CXX14=ON
-DENABLE_ADDRESS_SANITIZER=ON
-DENABLE_TESTING_ON_CI=ON
-DCMAKE_BUILD_TYPE=Release
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index fbf6ac77..5d2c7426 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -75,8 +75,6 @@ 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
-o celix:enable_cmake_warning_tests=True
-o celix:enable_testing_on_ci=True
-o celix:framework_curlinit=False
@@ -145,8 +143,6 @@ jobs:
BUILD_OPTIONS: |
-DBUILD_EXPERIMENTAL=ON
-DENABLE_TESTING=ON
- -DENABLE_TESTING_DEPENDENCY_MANAGER_FOR_CXX11=ON
- -DENABLE_TESTING_FOR_CXX14=ON
-DRSA_JSON_RPC=ON
-DRSA_SHM=ON
-DRSA_REMOTE_SERVICE_ADMIN_SHM_V2=ON