Run python tutorial in Travis.

This commit is contained in:
Jérémie Dumas
2018-12-28 10:14:20 +01:00
parent 28d72d3b81
commit 44fc595bcb
+6 -3
View File
@@ -59,10 +59,13 @@ install:
script:
# Tutorials and tests
- mkdir build
- cd build
- pushd build
- cmake -DCMAKE_BUILD_TYPE=$CONFIG -DLIBIGL_CHECK_UNDEFINED=ON -DLIBIGL_WITH_PYTHON=ON -DLIBIGL_WITH_CGAL=ON -DEMBREE_ISA_AVX=OFF -DEMBREE_ISA_AVX2=OFF -DEMBREE_ISA_AVX512SKX=OFF ../
- make -j 2
- ctest --verbose
- ccache --show-stats
- cd ../
- popd
- pushd python/tutorial
- ${PYTHON} 101_FileIO.py
- popd
- rm -rf build
- ccache --show-stats