AppVeyor: suppress debug messages about generate.stamp

(https://gitlab.kitware.com/cmake/cmake/issues/16783)
This commit is contained in:
Wenzel Jakob 2017-04-11 03:00:30 +02:00
parent 3983a8ed48
commit 46469d4ec3
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ install:
7z x 3.3.3.zip -y > $null
$env:CMAKE_INCLUDE_PATH = "eigen-eigen-67e894c6cd8f"
build_script:
- cmake -G "%CMAKE_GENERATOR%" -A "%CMAKE_ARCH%" -DPYBIND11_WERROR=ON
- cmake -G "%CMAKE_GENERATOR%" -A "%CMAKE_ARCH%" -DPYBIND11_WERROR=ON -DCMAKE_SUPPRESS_REGENERATION=1
- set MSBuildLogger="C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
- cmake --build . --config Release --target pytest -- /v:m /logger:%MSBuildLogger%
- cmake --build . --config Release --target test_cmake_build -- /v:m /logger:%MSBuildLogger%