Update CI scripts.

This commit is contained in:
Jérémie Dumas
2018-07-09 17:21:25 -04:00
parent 9a4c07271e
commit 467be2bca0
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -28,6 +28,7 @@ build_script:
- cd build
- cmake -DLIBIGL_WITH_EMBREE=OFF -DLIBIGL_USE_STATIC_LIBRARY=ON ../
- make -j 2
- msbuild %MSBuildOptions% pyigl.sln
- cd ../tutorial
- ${PYTHON} 101_FileIO.py
- cd ../../
+3 -1
View File
@@ -1,5 +1,5 @@
sudo: required
dist: trusty
sudo: false
language: cpp
cache: ccache
matrix:
@@ -49,6 +49,7 @@ install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install ccache; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PATH="/usr/local/opt/ccache/libexec:$PATH"; fi
- eval "${MATRIX_EVAL}"
- ccache -V && ccache --show-stats && ccache --zero-stats
script:
# Python bindings
@@ -66,3 +67,4 @@ script:
- cd build
- cmake -DCMAKE_BUILD_TYPE=$CONFIG -DLIBIGL_USE_STATIC_LIBRARY=ON ../
- make -j 2
- ccache --show-stats