disable AVX512 for Skylake processors to fix travis

This commit is contained in:
Yuliy Schwartzburg
2018-10-17 17:28:32 +02:00
parent 0eb5ddfa40
commit b02f622c39
+1 -1
View File
@@ -60,7 +60,7 @@ script:
# Tutorials and tests
- mkdir build
- cd build
- cmake -DCMAKE_BUILD_TYPE=$CONFIG -DLIBIGL_BUILD_TESTS=ON -DLIBIGL_BUILD_TUTORIALS=ON ../
- cmake -DCMAKE_BUILD_TYPE=$CONFIG -DLIBIGL_BUILD_TESTS=ON -DLIBIGL_BUILD_TUTORIALS=ON -DEMBREE_ISA_AVX512SKX=OFF ../
- make -j 2
- ctest --verbose
- ccache --show-stats