2
0
mirror of https://github.com/boostorg/json.git synced 2026-01-19 04:12:14 +00:00

build benchmark runner in CI

This commit is contained in:
Dmitry Arkhipov
2025-02-27 17:26:32 +03:00
parent 2ad2ed2627
commit 99c072c074

View File

@@ -90,7 +90,7 @@ echo '==================================> SCRIPT'
printf "add-auto-load-safe-path $PWD/bin.v2\n" > ~/.gdbinit
export special_targets=$B2_TARGETS
export B2_TARGETS=${B2_TARGETS:-"libs/$SELF/test//common libs/$SELF/example"}
export B2_TARGETS=${B2_TARGETS:-"libs/$SELF/test//common libs/$SELF/example libs/$SELF/bench"}
$BOOST_ROOT/libs/$SELF/ci/travis/build.sh
if [ -z "$special_targets" ]; then