|
@@ -5,9 +5,6 @@ clone_folder: C:\projects\libigl
|
|
|
branches:
|
|
|
only:
|
|
|
- master
|
|
|
- - alecjacobson
|
|
|
- - cmake
|
|
|
- - cgal
|
|
|
- dev
|
|
|
environment:
|
|
|
BOOST_ROOT: C:/Libraries/boost_1_65_1
|
|
@@ -35,7 +32,7 @@ build_script:
|
|
|
# Tutorials and tests
|
|
|
- mkdir build
|
|
|
- cd build
|
|
|
- - cmake -DLIBIGL_BUILD_TESTS=ON -DLIBIGL_BUILD_TUTORIALS=ON -G "Visual Studio 15 2017 Win64" ../
|
|
|
+ - cmake -DLIBIGL_BUILD_TESTS=ON -DLIBIGL_BUILD_TUTORIALS=ON -DLIBIGL_BUILD_PYTHON=OFF -G "Visual Studio 15 2017 Win64" ../
|
|
|
- set MSBuildLogger="C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
|
|
- set MSBuildOptions=/v:m /p:Configuration=Debug /logger:%MSBuildLogger%
|
|
|
- msbuild %MSBuildOptions% libigl_tutorials.sln
|