Browse Source

Disable python bindings on AppVeyor.

Former-commit-id: ec610763c4f7e8124cf0d9f7360f78167305abaf
Jérémie Dumas 7 years ago
parent
commit
7b7890adb3
1 changed files with 8 additions and 8 deletions
  1. 8 8
      .appveyor.yml

+ 8 - 8
.appveyor.yml

@@ -23,14 +23,14 @@ build_script:
   # - msbuild %MSBuildOptions% libigl_external.sln
   # - cd ../..
   # Python bindings
-  - cd python
-  - mkdir build
-  - cd build
-  - cmake -DLIBIGL_WITH_EMBREE=OFF -DLIBIGL_USE_STATIC_LIBRARY=ON ../
-  - msbuild %MSBuildOptions% pyigl.sln
-  - cd ../tutorial
-  - ${PYTHON} 101_FileIO.py
-  - cd ../../
+  # - cd python
+  # - mkdir build
+  # - cd build
+  # - cmake -DLIBIGL_WITH_EMBREE=OFF -DLIBIGL_USE_STATIC_LIBRARY=ON ../
+  # - msbuild %MSBuildOptions% pyigl.sln
+  # - cd ../tutorial
+  # - ${PYTHON} 101_FileIO.py
+  # - cd ../../
   # Tutorials
   - cd tutorial
   - mkdir build