This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a commit to branch feature/483-conan-2-support
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to refs/heads/feature/483-conan-2-support by
this push:
new 2e48484e Remove unsupported `conan build --configure`.
2e48484e is described below
commit 2e48484ea8b19ae59055caaf395129ea5762841d
Author: PengZheng <[email protected]>
AuthorDate: Wed Aug 23 21:56:03 2023 +0800
Remove unsupported `conan build --configure`.
---
.github/workflows/coverage.yml | 3 +--
.github/workflows/macos.yml | 3 +--
.github/workflows/ubuntu.yml | 3 +--
3 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 045c3dff..6d4e85d8 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -33,8 +33,7 @@ jobs:
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
- name: Build
run: |
- conan build . -bf build --configure
- conan build . -bf build --build
+ conan build . -bf build
- name: Test with coverage
run: |
cd build
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 18943351..2e95ab67 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -38,8 +38,7 @@ jobs:
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
- name: Build
run: |
- conan build . -bf build --configure
- conan build . -bf build --build
+ conan build . -bf build
- name: Test
run: |
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 85869deb..8f37382e 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -62,8 +62,7 @@ jobs:
CXX: ${{ matrix.compiler[1] }}
CONAN_CMAKE_GENERATOR: Ninja
run: |
- conan build . -bf build --configure
- conan build . -bf build --build
+ conan build . -bf build
- name: Test
run: |
cd build