We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14c5ebc commit 3325dd3Copy full SHA for 3325dd3
.github/scripts/boost/build.sh
@@ -68,7 +68,7 @@ if [[ "$RUN_CONFIG" = 1 ]] || [[ ! -f "$BOOST_BUILD_PATH/Makefile" ]]; then
68
fi
69
70
echo "::group::Build Boost and its tests"
71
- cmake --build . --target tests -- -k VERBOSE=1 $BUILD_MAKE_OPTIONS
+ cmake --build . --target tests -- -k VERBOSE=1 $BUILD_MAKE_OPTIONS || true
72
echo "::endgroup::"
73
74
echo "::group::Make generated paths relative"
0 commit comments