mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Speed up appveyor build
Test more in one run Factor out CMake builds Run in parallel
This commit is contained in:
parent
6b0a438517
commit
72722e23b3
2 changed files with 23 additions and 17 deletions
|
|
@ -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%
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue