Update .appveyor.yml

disabled COMISO build. run fails because of missing boost dll
This commit is contained in:
teseoch
2018-10-29 10:17:36 -04:00
committed by GitHub
parent 5864468596
commit 64803e08c5
+1 -1
View File
@@ -31,7 +31,7 @@ build_script:
# Tutorials and tests
- mkdir build
- cd build
- cmake -DLIBIGL_BUILD_TESTS=ON -DLIBIGL_BUILD_TUTORIALS=ON -DLIBIGL_BUILD_PYTHON=OFF -G "Visual Studio 15 2017 Win64" ../
- cmake -DLIBIGL_BUILD_TESTS=ON -DLIBIGL_WITH_COMISO=OFF -DLIBIGL_BUILD_TUTORIALS=ON -DLIBIGL_BUILD_PYTHON=OFF -G "Visual Studio 15 2017 Win64" ../
- set MSBuildLogger="C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
- set MSBuildOptions=/v:m /p:Configuration=Debug /logger:%MSBuildLogger%
- msbuild %MSBuildOptions% libigl.sln