mirror of
https://github.com/boostorg/beast.git
synced 2025-08-04 23:34:31 +02:00
Extend Drone MSVC tests
This commit is contained in:
@@ -20,9 +20,16 @@ b2 headers
|
|||||||
|
|
||||||
echo "============> SCRIPT"
|
echo "============> SCRIPT"
|
||||||
|
|
||||||
|
echo "Running tests"
|
||||||
|
b2 --debug-configuration variant=%VARIANT% cxxstd=%CXXSTD% define=%DEFINE% address-model=%ADDRESS_MODEL% toolset=%TOOLSET% --verbose-test libs/beast/test -j3
|
||||||
|
if %errorlevel% neq 0 exit /b %errorlevel%
|
||||||
|
|
||||||
echo "Running libs/beast/example"
|
echo "Running libs/beast/example"
|
||||||
b2 --debug-configuration variant=%VARIANT% cxxstd=%CXXSTD% define=%DEFINE% address-model=%ADDRESS_MODEL% toolset=%TOOLSET% libs/beast/example -j3
|
b2 --debug-configuration variant=%VARIANT% cxxstd=%CXXSTD% define=%DEFINE% address-model=%ADDRESS_MODEL% toolset=%TOOLSET% libs/beast/example -j3
|
||||||
|
if %errorlevel% neq 0 exit /b %errorlevel%
|
||||||
|
|
||||||
echo "Running run-fat-tests"
|
echo "Running run-fat-tests"
|
||||||
b2 --debug-configuration variant=%VARIANT% cxxstd=%CXXSTD% define=%DEFINE% address-model=%ADDRESS_MODEL% toolset=%TOOLSET% --verbose-test libs/beast/test//run-fat-tests -j3
|
b2 --debug-configuration variant=%VARIANT% cxxstd=%CXXSTD% define=%DEFINE% address-model=%ADDRESS_MODEL% toolset=%TOOLSET% --verbose-test libs/beast/test//run-fat-tests -j3
|
||||||
|
if %errorlevel% neq 0 exit /b %errorlevel%
|
||||||
|
|
||||||
echo "============> COMPLETED"
|
echo "============> COMPLETED"
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
* Extend Drone MSVC tests.
|
||||||
* Fix MSVC build error.
|
* Fix MSVC build error.
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user