Skip to content

Commit

Permalink
support Appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Mar 8, 2016
1 parent c586269 commit b560c24
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 3.0.4-{build}

os:
- Visual Studio 2015

before_build:
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64

build_script:
- mkdir build
- cd build
- cmake -DCMAKE_BUILD_TYPE=RELEASE -G "NMake Makefiles" ..
- nmake

0 comments on commit b560c24

Please sign in to comment.