Skip to content

Commit 3325dd3

Browse files
committed
Continue even when some targets fail to build
1 parent 14c5ebc commit 3325dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/boost/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ if [[ "$RUN_CONFIG" = 1 ]] || [[ ! -f "$BOOST_BUILD_PATH/Makefile" ]]; then
6868
fi
6969

7070
echo "::group::Build Boost and its tests"
71-
cmake --build . --target tests -- -k VERBOSE=1 $BUILD_MAKE_OPTIONS
71+
cmake --build . --target tests -- -k VERBOSE=1 $BUILD_MAKE_OPTIONS || true
7272
echo "::endgroup::"
7373

7474
echo "::group::Make generated paths relative"

0 commit comments

Comments
 (0)