Commit cfa34cff authored by Victor Zverovich's avatar Victor Zverovich

Enable parallel build in appveyor.

parent c123fc61
...@@ -8,7 +8,7 @@ install: ...@@ -8,7 +8,7 @@ install:
before_build: cmake . before_build: cmake .
build_script: build_script:
- msbuild /m FORMAT.sln - msbuild /m:4 FORMAT.sln
test_script: test_script:
- msbuild RUN_TESTS.vcxproj - msbuild RUN_TESTS.vcxproj
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment