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

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


The following commit(s) were added to refs/heads/feature/update_github_actions 
by this push:
     new 9ccb7208 Restore MacOs build-conan Test.
9ccb7208 is described below

commit 9ccb7208ea56f702397b96ff9a55329a651c38e6
Author: PengZheng <[email protected]>
AuthorDate: Thu Jan 19 22:35:48 2023 +0800

    Restore MacOs build-conan Test.
---
 .github/workflows/macos.yml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 9486d311..99918460 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -40,13 +40,13 @@ jobs:
           conan build . -bf build --configure
           conan build . -bf build --build
 
-# test_package failed to find CelixConfig.cmake
-#      - name: Test
-#        run: |
-#          cd build
-#          source activate_run.sh
-#          ctest --verbose
-#          source deactivate_run.sh
+      - name: Test
+        run: |
+          cd build
+          source activate_run.sh
+          ctest --verbose
+          source deactivate_run.sh
+#  test_package failed to find CelixConfig.cmake
 #      - 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 .

Reply via email to