Browse Source

Update .appveyor.yml

fixed windows compilation

Former-commit-id: 9b2a86e98c650fbacd230fe1fef055c8c17d3f99
teseoch 6 years ago
parent
commit
971d190108
1 changed files with 1 additions and 4 deletions
  1. 1 4
      .appveyor.yml

+ 1 - 4
.appveyor.yml

@@ -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