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
5130212d
Commit
5130212d
authored
Jul 08, 2016
by
Wenzel Jakob
Browse files
appveyor: show output on test failure
parent
dc13cf0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
.appveyor.yml
.appveyor.yml
+5
-0
No files found.
.appveyor.yml
View file @
5130212d
...
...
@@ -12,8 +12,10 @@ 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
:
...
...
@@ -21,4 +23,7 @@ build_script:
-
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%
-
set PATH=%PYTHON_DIR%;%PATH%
-
python example/example18.py
-
cmake --build . --config %Configuration% --target check -- /v:m /logger:%MSBuildLogger%
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