forked from libigl/libigl
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.appveyor.yml
More file actions
21 lines (21 loc) · 716 Bytes
/
Copy path.appveyor.yml
File metadata and controls
21 lines (21 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
version: 1.0.{build}
os: Visual Studio 2015
test: off
clone_folder: C:\projects\libigl
branches:
only:
- master
install:
- git submodule update --init --recursive
- cinstall: python
build_script:
- echo Running cmake...
- cd c:\projects\libigl\tutorial
- mkdir build
- cd build
- cmake -D "LIBIGL_USE_STATIC_LIBRARY=ON" -G "Visual Studio 14 2015 Win64" ../
# - cmake -G "Visual Studio 14 2015 Win64" ../
- set MSBuildLogger="C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
# - set MSBuildOptions=/v:m /p:Configuration=Release /logger:%MSBuildLogger%
- set MSBuildOptions=/v:m /p:Configuration=Debug /logger:%MSBuildLogger%
- msbuild %MSBuildOptions% libigl_tutorials.sln