diff --git a/appveyor.yml b/appveyor.yml index d00d40be6..b7236e144 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -109,7 +109,7 @@ build_script: - if defined cmake ( set "PATH=c:\Python27-x64;%PATH%" && cmake -DCMAKE_CXX_STANDARD=11 -Dbuild_tests=ON -Dbuild_examples=ON -Dbuild_tools=ON -Dpython-bindings=%python% -Dboost-python-module-name="python" -Dskip-python-runtime-test=true -DPython_ADDITIONAL_VERSIONS="2.7" -G "Visual Studio 14 2015 Win64" .. && - cmake --build . --config Release + cmake --build . --config Release -- -verbosity:quiet ) test_script: