Skip to content
Prev Previous commit
Next Next commit
Show command line flags.
  • Loading branch information
jzmaddock committed Feb 5, 2023
commit aedb8909c3e4c4f93883f3c215480ab3f76adccf
2 changes: 1 addition & 1 deletion .drone/boost.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ echo '==================================> SCRIPT'

echo "using $TOOLSET : : $COMPILER : <cxxflags>-std=$CXXSTD $OPTIONS ;" > ~/user-config.jam
uname -a
(cd libs/config/test && ../../../b2 print_config_info print_math_info toolset=$TOOLSET)
(cd libs/config/test && ../../../b2 -d2 print_config_info print_math_info toolset=$TOOLSET)
(cd libs/math/test && ../../../b2 -j3 toolset=$TOOLSET $TEST_SUITE)

echo '==================================> AFTER_SUCCESS'
Expand Down