We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dccdb58 commit 803da4bCopy full SHA for 803da4b
.appveyor.yml
@@ -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