This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a commit to branch feature/579-automatic-dependency-deduction
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to
refs/heads/feature/579-automatic-dependency-deduction by this push:
new cda603c8 Turn on build_all option when testing installed Celix.
cda603c8 is described below
commit cda603c87c7e1d95ed809c88ced4d2909d0e77f3
Author: PengZheng <[email protected]>
AuthorDate: Wed Jun 28 17:53:34 2023 +0800
Turn on build_all option when testing installed Celix.
---
.github/workflows/macos.yml | 2 +-
.github/workflows/ubuntu.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index b43de2f2..ed31d944 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -46,7 +46,7 @@ jobs:
source deactivate_run.sh
- name: Test Installed Celix
run: |
- conan create -pr:b default -pr:h default -tf
examples/conan_test_package -tbf test-build -o celix:celix_cxx17=True -o
celix:celix_install_deprecated_api=True --require-override=libcurl/7.64.1
--require-override=openssl/1.1.1s .
+ conan create -pr:b default -pr:h default -tf
examples/conan_test_package -tbf test-build -o celix:build_all=True -o
celix:celix_cxx17=True -o celix:celix_install_deprecated_api=True
--require-override=libcurl/7.64.1 --require-override=openssl/1.1.1s .
build-brew:
runs-on: macOS-latest
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 86f6dddb..2407824d 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -70,7 +70,7 @@ jobs:
CC: ${{ matrix.compiler[0] }}
CXX: ${{ matrix.compiler[1] }}
run: |
- conan create -pr:b release -pr:h default -tf
examples/conan_test_package -tbf test-build -o celix:celix_cxx17=True -o
celix:celix_install_deprecated_api=True --require-override=libcurl/7.64.1
--require-override=openssl/1.1.1s .
+ conan create -pr:b release -pr:h default -tf
examples/conan_test_package -tbf test-build -o celix:build_all=True -o
celix:celix_cxx17=True -o celix:celix_install_deprecated_api=True
--require-override=libcurl/7.64.1 --require-override=openssl/1.1.1s .
build-apt:
runs-on: ubuntu-22.04