mirror of
https://github.com/boostorg/beast.git
synced 2025-07-31 05:17:26 +02:00
drone.bat actually runs the tests.
This commit is contained in:
committed by
Klemens Morgenstern
parent
72c2eeb398
commit
19d5992def
@ -26,21 +26,15 @@ cd libs/beast
|
|||||||
IF DEFINED DEFINE SET B2_DEFINE="define=%DEFINE%"
|
IF DEFINED DEFINE SET B2_DEFINE="define=%DEFINE%"
|
||||||
|
|
||||||
echo "Running tests"
|
echo "Running tests"
|
||||||
cd test
|
..\..\b2 --debug-configuration variant=%VARIANT% cxxstd=%CXXSTD% %B2_DEFINE% address-model=%ADDRESS_MODEL% toolset=%TOOLSET% --verbose-test -j3 test
|
||||||
b2 --debug-configuration variant=%VARIANT% cxxstd=%CXXSTD% %B2_DEFINE% address-model=%ADDRESS_MODEL% toolset=%TOOLSET% --verbose-test -j3
|
|
||||||
cd ..
|
|
||||||
if !errorlevel! neq 0 exit /b !errorlevel!
|
if !errorlevel! neq 0 exit /b !errorlevel!
|
||||||
|
|
||||||
echo "Running libs/beast/example"
|
echo "Running libs/beast/example"
|
||||||
cd example
|
..\..\b2 --debug-configuration variant=%VARIANT% cxxstd=%CXXSTD% %B2_DEFINE% address-model=%ADDRESS_MODEL% toolset=%TOOLSET% -j3 example
|
||||||
b2 --debug-configuration variant=%VARIANT% cxxstd=%CXXSTD% %B2_DEFINE% address-model=%ADDRESS_MODEL% toolset=%TOOLSET% -j3
|
|
||||||
cd ..
|
|
||||||
if !errorlevel! neq 0 exit /b !errorlevel!
|
if !errorlevel! neq 0 exit /b !errorlevel!
|
||||||
|
|
||||||
echo "Running run-fat-tests"
|
echo "Running run-fat-tests"
|
||||||
cd test
|
..\..\b2 --debug-configuration variant=%VARIANT% cxxstd=%CXXSTD% %B2_DEFINE% address-model=%ADDRESS_MODEL% toolset=%TOOLSET% --verbose-test test//run-fat-tests -j3
|
||||||
b2 --debug-configuration variant=%VARIANT% cxxstd=%CXXSTD% %B2_DEFINE% address-model=%ADDRESS_MODEL% toolset=%TOOLSET% --verbose-test run-fat-tests -j3
|
|
||||||
cd ..
|
|
||||||
if !errorlevel! neq 0 exit /b !errorlevel!
|
if !errorlevel! neq 0 exit /b !errorlevel!
|
||||||
|
|
||||||
echo "============> COMPLETED"
|
echo "============> COMPLETED"
|
||||||
|
Reference in New Issue
Block a user