File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
version : 1.0.{build}
2
2
os : Visual Studio 2015
3
3
clone_folder : C:\projects\pybind11
4
+ test : off
4
5
branches :
5
6
only :
6
7
- master
8
+ environment :
9
+ matrix :
10
+ - CMAKE_PLATFORM : " Visual Studio 14 2015"
11
+ PYTHON_DIR : " C:\\ Python34"
12
+ - CMAKE_PLATFORM : " Visual Studio 14 2015 Win64"
13
+ PYTHON_DIR : " C:\\ Python34-x64"
7
14
install :
8
15
- cinstall : python
9
16
build_script :
10
17
- echo Running cmake...
11
18
- 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
19
+ - 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
20
- set MSBuildLogger="C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
14
21
- set MSBuildOptions=/v:m /p:Configuration=Release /logger:%MSBuildLogger%
15
22
- msbuild %MSBuildOptions% pybind11.sln
You can’t perform that action at this time.
0 commit comments