Эх сурвалжийг харах

do python last

Former-commit-id: 02b367811edac92ad1acb3a561e5a3615425bc9b
Alec Jacobson 6 жил өмнө
parent
commit
8235ccb3d0
1 өөрчлөгдсөн 10 нэмэгдсэн , 8 устгасан
  1. 10 8
      .travis.yml

+ 10 - 8
.travis.yml

@@ -57,14 +57,6 @@ install:
 - ccache -V && ccache --show-stats && ccache --zero-stats
 
 script:
-# Python bindings
-- cd python
-- ${PYTHON} setup.py develop --user -- -DCMAKE_BUILD_TYPE=${CONFIG} -DLIBIGL_WITH_EMBREE=OFF -DLIBIGL_USE_STATIC_LIBRARY=ON -DCHECK_UNDEFINED=${CHECK_UNDEFINED}
-- cd tutorial
-- ${PYTHON} 101_FileIO.py
-- cd ../../
-- rm -rf python/build
-
 # Tutorials and tests
 - mkdir build
 - cd build
@@ -72,3 +64,13 @@ script:
 - make -j 2
 - ctest --verbose
 - ccache --show-stats
+- cd ../
+- rm -rf build
+
+# Python bindings (do these last; they are the least important)
+- cd python
+- ${PYTHON} setup.py develop --user -- -DCMAKE_BUILD_TYPE=${CONFIG} -DLIBIGL_WITH_EMBREE=OFF -DLIBIGL_USE_STATIC_LIBRARY=ON -DCHECK_UNDEFINED=${CHECK_UNDEFINED}
+- cd tutorial
+- ${PYTHON} 101_FileIO.py
+- cd ../../
+- rm -rf python/build