@@ -1021,49 +1021,6 @@ jobs:
10211021 run : |
10221022 echo "LD_LIBRARY_PATH=$GITHUB_WORKSPACE/.local/lib:$LD_LIBRARY_PATH" >> "$GITHUB_ENV"
10231023
1024- - name : Find Package Integration Workflow
1025- uses : alandefreitas/cpp-actions/cmake-workflow@v1.9.0
1026- if : ${{ matrix.build-cmake || matrix.is-earliest }}
1027- with :
1028- source-dir : boost-root/libs/${{ steps.patch.outputs.module }}/test/cmake_test
1029- build-dir : __build_cmake_install_test__
1030- generator : ${{ matrix.generator }}
1031- generator-toolset : ${{ matrix.generator-toolset }}
1032- build-type : ${{ matrix.build-type }}
1033- cxxstd : ${{ matrix.latest-cxxstd }}
1034- cc : ${{ steps.setup-cpp.outputs.cc || matrix.cc }}
1035- ccflags : ${{ matrix.ccflags }}
1036- cxx : ${{ steps.setup-cpp.outputs.cxx || matrix.cxx }}
1037- cxxflags : ${{ matrix.cxxflags }}
1038- shared : ${{ matrix.shared }}
1039- install : false
1040- cmake-version : ' >=3.15'
1041- extra-args : |
1042- -D BOOST_CI_INSTALL_TEST=ON
1043- -D CMAKE_PREFIX_PATH=${{ steps.patch.outputs.workspace_root }}/.local
1044- ref-source-dir : boost-root/libs/capy
1045- trace-commands : true
1046-
1047- - name : Subdirectory Integration Workflow
1048- uses : alandefreitas/cpp-actions/cmake-workflow@v1.9.0
1049- if : ${{ matrix.build-cmake || matrix.is-earliest }}
1050- with :
1051- source-dir : boost-root/libs/${{ steps.patch.outputs.module }}/test/cmake_test
1052- build-dir : __build_cmake_subdir_test__
1053- generator : ${{ matrix.generator }}
1054- generator-toolset : ${{ matrix.generator-toolset }}
1055- build-type : ${{ matrix.build-type }}
1056- cxxstd : ${{ matrix.latest-cxxstd }}
1057- cc : ${{ steps.setup-cpp.outputs.cc || matrix.cc }}
1058- ccflags : ${{ matrix.ccflags }}
1059- cxx : ${{ steps.setup-cpp.outputs.cxx || matrix.cxx }}
1060- cxxflags : ${{ matrix.cxxflags }}
1061- shared : ${{ matrix.shared }}
1062- install : false
1063- cmake-version : ' >=3.15'
1064- extra-args : -D BOOST_CI_INSTALL_TEST=OFF
1065- ref-source-dir : boost-root/libs/capy/test/cmake_test
1066-
10671024 - name : Root Project CMake Workflow
10681025 uses : alandefreitas/cpp-actions/cmake-workflow@v1.9.0
10691026 if : ${{ matrix.build-cmake || matrix.is-earliest }}
0 commit comments