Speed up appveyor build

Test more in one run
Factor out CMake builds
Run in parallel
This commit is contained in:
Alexander Grund 2020-04-17 21:43:18 +02:00
parent 6b0a438517
commit 72722e23b3
No known key found for this signature in database
GPG key ID: AA48A0760367A42B
2 changed files with 23 additions and 17 deletions

View file

@ -11,7 +11,7 @@ rem error if BOOST_ROOT not set
set BOOST=%BOOST_ROOT%
pushd ..\test
%BOOST%\b2.exe -q %*
%BOOST%\b2.exe -q %BUILD_ARGS% %*
popd
if errorlevel 1 exit /b %ERRORLEVEL%