Skip to content

Commit

Permalink
add appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoxifeng committed Jul 7, 2017
1 parent dccdb58 commit 803da4b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .appveyor.yml
@@ -0,0 +1,19 @@
version: 1.0.{build}
os: Visual Studio 2015
test: off
clone_folder: C:\projects\robust_hex_dominant_meshing
branches:
only:
- master
install:
- git submodule update --init --recursive
build_script:
- echo Running cmake...
- cd c:\projects\robust_hex_dominant_meshing
- mkdir build
- cd build
- 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% robust_hex_dominant_meshing.sln

0 comments on commit 803da4b

Please sign in to comment.