From c11f31d77e11a9c87968e1654633843a407764b5 Mon Sep 17 00:00:00 2001 From: Klemens Morgenstern Date: Wed, 13 Sep 2023 08:35:38 +0800 Subject: [PATCH] drone windows update. --- .drone/drone.bat | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.drone/drone.bat b/.drone/drone.bat index 0eb2236e..db67de74 100755 --- a/.drone/drone.bat +++ b/.drone/drone.bat @@ -26,9 +26,7 @@ set B2_TARGETS=libs/!SELF!/test cd !BOOST_ROOT! call bootstrap.bat b2 headers -b2 --debug-configuration variant=%VARIANT% cxxstd=%CXXSTD% define=%DEFINE% address-model=%ADDRESS_MODEL% toolset=%TOOLSET% --verbose-test libs/!SELF!/test -j3 -b2 --debug-configuration variant=%VARIANT% cxxstd=%CXXSTD% define=%DEFINE% address-model=%ADDRESS_MODEL% toolset=%TOOLSET% --verbose-test libs/!SELF!/example -j3 - +b2 --debug-configuration variant=%VARIANT% cxxstd=%CXXSTD% define=%DEFINE% address-model=%ADDRESS_MODEL% toolset=%TOOLSET% --verbose-test libs/!SELF!/test libs/!SELF!/example -j3 ) else if "%DRONE_JOB_BUILDTYPE%" == "standalone-windows" ( REM not used