File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 6464 -DCMAKE_TOOLCHAIN_FILE:FILEPATH=build/generators/conan_toolchain.cmake \
6565 -DCMAKE_BUILD_TYPE="${BUILD_TYPE}" \
6666 "${SANITIZER_OPTION}" \
67+ -Dtests=ON \
6768 -Dintegration_tests="${INTEGRATION_TESTS}" \
6869 -Dbenchmark="${BENCHMARK}" \
6970 -Dcoverage="${COVERAGE}" \
Original file line number Diff line number Diff line change @@ -17,10 +17,6 @@ inputs:
1717 description : Build type for third-party libraries and clio. Could be 'Release', 'Debug'
1818 required : true
1919 default : " Release"
20- build_benchmark :
21- description : Whether to build benchmark tests
22- required : true
23- default : " true"
2420
2521runs :
2622 using : composite
3329 shell : bash
3430 env :
3531 CONAN_BUILD_OPTION : " ${{ inputs.force_conan_source_build == 'true' && '*' || 'missing' }}"
36- BUILD_BENCHMARK : " ${{ inputs.build_benchmark == 'true' && 'True' || 'False' }}"
3732 run : |
3833 conan \
3934 install . \
You can’t perform that action at this time.
0 commit comments