Skip to content

Commit 99c072c

Browse files
committed
build benchmark runner in CI
1 parent 2ad2ed2 commit 99c072c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone/drone.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ echo '==================================> SCRIPT'
9090
printf "add-auto-load-safe-path $PWD/bin.v2\n" > ~/.gdbinit
9191

9292
export special_targets=$B2_TARGETS
93-
export B2_TARGETS=${B2_TARGETS:-"libs/$SELF/test//common libs/$SELF/example"}
93+
export B2_TARGETS=${B2_TARGETS:-"libs/$SELF/test//common libs/$SELF/example libs/$SELF/bench"}
9494
$BOOST_ROOT/libs/$SELF/ci/travis/build.sh
9595

9696
if [ -z "$special_targets" ]; then

0 commit comments

Comments
 (0)