Skip to content

Commit 803da4b

Browse files
committedJul 7, 2017
add appveyor.yml
1 parent dccdb58 commit 803da4b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
 

‎.appveyor.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
version: 1.0.{build}
2+
os: Visual Studio 2015
3+
test: off
4+
clone_folder: C:\projects\robust_hex_dominant_meshing
5+
branches:
6+
only:
7+
- master
8+
install:
9+
- git submodule update --init --recursive
10+
build_script:
11+
- echo Running cmake...
12+
- cd c:\projects\robust_hex_dominant_meshing
13+
- mkdir build
14+
- cd build
15+
- cmake -G "Visual Studio 14 2015 Win64" ../
16+
- set MSBuildLogger="C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
17+
# - set MSBuildOptions=/v:m /p:Configuration=Release /logger:%MSBuildLogger%
18+
- set MSBuildOptions=/v:m /p:Configuration=Debug /logger:%MSBuildLogger%
19+
- msbuild %MSBuildOptions% robust_hex_dominant_meshing.sln

0 commit comments

Comments
 (0)
Please sign in to comment.