Skip to content

Commit

Permalink
appveyor: show output on test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
wjakob committed Jul 8, 2016
1 parent dc13cf0 commit 93871f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,17 @@ environment:
matrix:
- CMAKE_PLATFORM: "Visual Studio 14 2015"
PYTHON_DIR: "C:\\Python34"
CTEST_OUTPUT_ON_FAILURE: 1
- CMAKE_PLATFORM: "Visual Studio 14 2015 Win64"
PYTHON_DIR: "C:\\Python34-x64"
CTEST_OUTPUT_ON_FAILURE: 1
install:
- cinstall: python
build_script:
- echo Running cmake...
- cd c:\projects\pybind11
- cmake -G "%CMAKE_PLATFORM%" -DPYTHON_EXECUTABLE:FILEPATH=%PYTHON_DIR%/python.exe
- set MSBuildLogger="C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
- cmake --build . --config %Configuration% -- /v:m /logger:%MSBuildLogger%
- python examples/example18.py
- cmake --build . --config %Configuration% --target check -- /v:m /logger:%MSBuildLogger%

0 comments on commit 93871f7

Please sign in to comment.