Enable parallel build in appveyor.

This commit is contained in:
Victor Zverovich 2014-05-19 07:38:24 -07:00
parent c123fc612f
commit cfa34cff2d

View File

@ -8,7 +8,7 @@ install:
before_build: cmake .
build_script:
- msbuild /m FORMAT.sln
- msbuild /m:4 FORMAT.sln
test_script:
- msbuild RUN_TESTS.vcxproj