Skip to content

Commit 4c72ec2

Browse files
committed
Appveyor: Remove /m to attempt to resolve build failures
/m also doesn't seem to have made the builds any faster.
1 parent e9e1774 commit 4c72ec2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ install:
4040
build_script:
4141
- cmake -G "%CMAKE_GENERATOR%" -A "%CMAKE_ARCH%" -DPYBIND11_WERROR=ON
4242
- set MSBuildLogger="C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
43-
- cmake --build . --config Release --target pytest -- /v:m /m /logger:%MSBuildLogger%
44-
- cmake --build . --config Release --target test_cmake_build -- /v:m /m /logger:%MSBuildLogger%
43+
- cmake --build . --config Release --target pytest -- /v:m /logger:%MSBuildLogger%
44+
- cmake --build . --config Release --target test_cmake_build -- /v:m /logger:%MSBuildLogger%
4545
on_failure: if exist "tests\test_cmake_build" type tests\test_cmake_build\*.log

0 commit comments

Comments
 (0)