From 6bcceefb483bb243f2798862f5785b7e89648b01 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Mon, 4 Jan 2021 16:43:23 -0600 Subject: [PATCH] Do info and header tests for all platforms. --- azure-pipelines.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d60ef7e..9af16b7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -79,7 +79,8 @@ stages: CXX_PATH=`which ${CXX}` echo "using ${TOOLSET} : : ${CXX_PATH} ;" > ${HOME}/user-config.jam pushd test - b2 --debug-configuration -a toolset=${TOOLSET} ${B2_ARGS} + b2 --verbose-test -a toolset=${TOOLSET} ${B2_ARGS} predef-info + b2 --debug-configuration -a toolset=${TOOLSET} ${B2_ARGS} predef predef-headers popd displayName: Test @@ -146,7 +147,8 @@ stages: CXX_PATH=`which ${CXX}` echo "using ${TOOLSET} : : ${CXX_PATH} ;" > ${HOME}/user-config.jam pushd test - b2 --debug-configuration -a toolset=${TOOLSET} ${B2_ARGS} + b2 --verbose-test -a toolset=${TOOLSET} ${B2_ARGS} predef-info + b2 --debug-configuration -a toolset=${TOOLSET} ${B2_ARGS} predef predef-headers popd displayName: Test @@ -219,5 +221,6 @@ stages: - script: | set BOOST_BUILD_PATH=%BUILD_SOURCESDIRECTORY%/../build-develop cd %BUILD_SOURCESDIRECTORY%/test - %BUILD_SOURCESDIRECTORY%/../build-develop/b2.exe --debug-configuration -a toolset=%TOOLSET% %B2_ARGS% + %BUILD_SOURCESDIRECTORY%/../build-develop/b2.exe --verbose-test -a toolset=%TOOLSET% %B2_ARGS% predef-info + %BUILD_SOURCESDIRECTORY%/../build-develop/b2.exe --debug-configuration -a toolset=%TOOLSET% %B2_ARGS% predef predef-headers displayName: Test