浏览代码

Comment python build for now.

Former-commit-id: 08278d1499df894f88308ddd8f1ffb2695943892
Jérémie Dumas 7 年之前
父节点
当前提交
49c6386fa4
共有 1 个文件被更改,包括 16 次插入16 次删除
  1. 16 16
      .travis.yml

+ 16 - 16
.travis.yml

@@ -9,14 +9,14 @@ matrix:
         - git submodule update --init --recursive
         - mkdir external/nanogui/ext/glfw/include/GL
         - wget --no-check-certificate -P external/nanogui/ext/glfw/include/GL http://www.opengl.org/registry/api/GL/glcorearb.h
-        - cd python
-        - mkdir build
-        - cd build
-        - cmake -DCMAKE_CXX_COMPILER=g++-4.8 -DCMAKE_C_COMPILER=gcc-4.8 -DLIBIGL_WITH_EMBREE=OFF -DLIBIGL_USE_STATIC_LIBRARY=ON ../
-        - make -j 2
-        - cd ../tutorial
-        - python 101_FileIO.py
-        - cd ../../
+        # - cd python
+        # - mkdir build
+        # - cd build
+        # - cmake -DCMAKE_CXX_COMPILER=g++-4.8 -DCMAKE_C_COMPILER=gcc-4.8 -DLIBIGL_WITH_EMBREE=OFF -DLIBIGL_USE_STATIC_LIBRARY=ON ../
+        # - make -j 2
+        # - cd ../tutorial
+        # - python 101_FileIO.py
+        # - cd ../../
         - cd tutorial
         - mkdir build
         - cd build
@@ -52,14 +52,14 @@ matrix:
         # - brew upgrade cmake
         # - brew upgrade cgal
         - git submodule update --init --recursive
-        - cd python
-        - mkdir build
-        - cd build
-        - cmake ../
-        - make -j 2
-        - cd ../tutorial
-        - python 101_FileIO.py
-        - cd ../../
+        # - cd python
+        # - mkdir build
+        # - cd build
+        # - cmake ../
+        # - make -j 2
+        # - cd ../tutorial
+        # - python 101_FileIO.py
+        # - cd ../../
         - cd tutorial
         - mkdir build
         - cd build