File tree 1 file changed +9
-1
lines changed
Filter options
1 file changed +9
-1
lines changed
Original file line number Diff line number Diff line change @@ -30,6 +30,14 @@ environment:
30
30
BUILD_ENV : " Visual Studio 14 Win64"
31
31
BUILD_DIR : " build64"
32
32
PYTHON_VERSION : " 3.5"
33
+ - PYTHON : " C:/Python36"
34
+ BUILD_ENV : " Visual Studio 14"
35
+ BUILD_DIR : " build"
36
+ PYTHON_VERSION : " 3.6"
37
+ - PYTHON : " C:/Python36-x64"
38
+ BUILD_ENV : " Visual Studio 14 Win64"
39
+ BUILD_DIR : " build64"
40
+ PYTHON_VERSION : " 3.6"
33
41
34
42
install :
35
43
- cmd : >-
@@ -51,7 +59,7 @@ build_script:
51
59
52
60
if %PYTHON_VERSION% GEQ 3 cmake -G "%BUILD_ENV%" -H"." -B"%BUILD_DIR%" -DBUILD_SHARED_LIBS=OFF -DBUILD_TESTS=OFF -DBUILD_PERF_TESTS=OFF -DPYTHON3_EXECUTABLE="%PYTHON%/python.exe" -DPYTHON3_LIBRARY="%PYTHON%/libs/python3*.lib" -DPYTHON3_INCLUDE_DIR="%PYTHON%/include" -Wno-dev
53
61
if %PYTHON_VERSION% LSS 3 cmake -G "%BUILD_ENV%" -H"." -B"%BUILD_DIR%" -DBUILD_SHARED_LIBS=OFF -DBUILD_TESTS=OFF -DBUILD_PERF_TESTS=OFF -Wno-dev
54
-
62
+
55
63
cd %BUILD_DIR%
56
64
57
65
cmake --build . --config Release
You can’t perform that action at this time.
0 commit comments