Update CI scripts.

Former-commit-id: 0af4a8227e
This commit is contained in:
Jérémie Dumas
2018-07-09 18:27:44 -04:00
parent d8e161d46f
commit 998eb4daf4
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ branches:
- cmake
- cgal
environment:
BOOST_ROOT: C:/Libraries/boost_1_65_0
BOOST_ROOT: C:/Libraries/boost_1_65_1
install:
- git submodule update --init --recursive
- cinstall: python
@@ -35,7 +35,7 @@ build_script:
- cd tutorial
- mkdir build
- cd build
- cmake -DLIBIGL_USE_STATIC_LIBRARY=ON -G "Visual Studio 15 2017 Win64" -DBOOST_ROOT=${BOOST_ROOT} ../
- cmake -DLIBIGL_USE_STATIC_LIBRARY=ON -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
+1 -1
View File
@@ -1,5 +1,5 @@
dist: trusty
sudo: false
sudo: true
language: cpp
cache: ccache
matrix: