Эх сурвалжийг харах

This time we update Appveyor config.

Former-commit-id: f85ae520ab8d820f57930b05a37d572bfc5853e3
Jérémie Dumas 7 жил өмнө
parent
commit
7dcf04e64b
1 өөрчлөгдсөн 2 нэмэгдсэн , 4 устгасан
  1. 2 4
      .appveyor.yml

+ 2 - 4
.appveyor.yml

@@ -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