File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,18 @@ clone_folder: C:\projects\pybind11
4
4
branches :
5
5
only :
6
6
- master
7
+ environment :
8
+ matrix :
9
+ - CMAKE_PLATFORM : " Visual Studio 14 2015"
10
+ PYTHON_DIR : " C:\\ Python34"
11
+ - CMAKE_PLATFORM : " Visual Studio 14 2015 Win64"
12
+ PYTHON_DIR : " C:\\ Python34-x64"
7
13
install :
8
14
- cinstall : python
9
15
build_script :
10
16
- echo Running cmake...
11
17
- cd c:\projects\pybind11
12
- - cmake -G "Visual Studio 14 2015 Win64 " -DPYTHON_INCLUDE_DIR:PATH=C:/Python34-x64/ include -DPYTHON_LIBRARY:FILEPATH=C:/Python34-x64/ libs/python34.lib -DPYTHON_EXECUTABLE:FILEPATH=C:/Python34-x64 /python.exe
18
+ - 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
13
19
- set MSBuildLogger="C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
14
20
- set MSBuildOptions=/v:m /p:Configuration=Release /logger:%MSBuildLogger%
15
21
- msbuild %MSBuildOptions% pybind11.sln
You can’t perform that action at this time.
0 commit comments