1
0
forked from boostorg/bind

Add -j 3 to Appveyor

This commit is contained in:
Peter Dimov
2017-11-06 02:33:31 +02:00
parent 669898bc14
commit c2f03d66a0

View File

@@ -40,4 +40,4 @@ build: off
test_script:
- if not "%CXXSTD%" == "" set CXXSTD=cxxstd=%CXXSTD%
- b2 libs/bind/test toolset=%TOOLSET% %CXXSTD%
- b2 -j 3 libs/bind/test toolset=%TOOLSET% %CXXSTD%