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
665eeafd
Commit
665eeafd
authored
Dec 12, 2015
by
Huu Nguyen
Browse files
Add debug appveyor configuration
parent
bda3b67d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
.appveyor.yml
.appveyor.yml
+5
-2
No files found.
.appveyor.yml
View file @
665eeafd
...
...
@@ -2,6 +2,9 @@ version: 1.0.{build}
os
:
Visual Studio
2015
clone_folder
:
C:\projects\pybind11
test
:
off
configuration
:
-
Release
-
Debug
branches
:
only
:
-
master
...
...
@@ -18,6 +21,6 @@ build_script:
-
cd c:\projects\pybind11
-
cmake -G "%CMAKE_PLATFORM%" -DPYTHON_INCLUDE_DIR:PATH=%PYTHON_DIR%/include -DPYTHON_LIBRARY:FILEPATH=%PYTHON_DIR%/libs/python34.lib -DPYTHON_EXECUTABLE:FILEPATH=%PYTHON_DIR%/python.exe
-
set MSBuildLogger="C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
-
set MSBuildOptions=/v:m /p:Configuration=
Release
/logger:%MSBuildLogger%
-
set MSBuildOptions=/v:m /p:Configuration=
%Configuration%
/logger:%MSBuildLogger%
-
msbuild %MSBuildOptions% pybind11.sln
-
ctest -C
"Release"
-
ctest -C
%Configuration%
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