|
@@ -1,5 +1,5 @@
|
|
|
version: 1.0.{build}
|
|
|
-os: Visual Studio 2015
|
|
|
+os: Visual Studio 2017
|
|
|
test: off
|
|
|
clone_folder: C:\projects\libigl
|
|
|
branches:
|
|
@@ -22,9 +22,7 @@ build_script:
|
|
|
- cd ../../tutorial
|
|
|
- mkdir build
|
|
|
- cd build
|
|
|
- - cmake -D "LIBIGL_USE_STATIC_LIBRARY=ON" -D "LIBIGL_WITH_ANTTWEAKBAR=OFF" -G "Visual Studio 14 2015 Win64" ../
|
|
|
-# - cmake -G "Visual Studio 14 2015 Win64" ../
|
|
|
-# - set MSBuildOptions=/v:m /p:Configuration=Release /logger:%MSBuildLogger%
|
|
|
+ - cmake -D "LIBIGL_USE_STATIC_LIBRARY=ON" -D "LIBIGL_WITH_ANTTWEAKBAR=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_tutorials.sln
|