Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
4c72ec22
Commit
4c72ec22
authored
Apr 09, 2017
by
Jason Rhinelander
Browse files
Appveyor: Remove /m to attempt to resolve build failures
/m also doesn't seem to have made the builds any faster.
parent
e9e17746
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.appveyor.yml
.appveyor.yml
+2
-2
No files found.
.appveyor.yml
View file @
4c72ec22
...
@@ -40,6 +40,6 @@ install:
...
@@ -40,6 +40,6 @@ install:
build_script
:
build_script
:
-
cmake -G "%CMAKE_GENERATOR%" -A "%CMAKE_ARCH%" -DPYBIND11_WERROR=ON
-
cmake -G "%CMAKE_GENERATOR%" -A "%CMAKE_ARCH%" -DPYBIND11_WERROR=ON
-
set MSBuildLogger="C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
-
set MSBuildLogger="C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
-
cmake --build . --config Release --target pytest -- /v:m
/m
/logger:%MSBuildLogger%
-
cmake --build . --config Release --target pytest -- /v:m /logger:%MSBuildLogger%
-
cmake --build . --config Release --target test_cmake_build -- /v:m
/m
/logger:%MSBuildLogger%
-
cmake --build . --config Release --target test_cmake_build -- /v:m /logger:%MSBuildLogger%
on_failure
:
if exist "tests\test_cmake_build" type tests\test_cmake_build\*.log
on_failure
:
if exist "tests\test_cmake_build" type tests\test_cmake_build\*.log
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment