Skip to content

Commit

Permalink
Merge pull request #70 from snikulov/appveyor_win_ci
Browse files Browse the repository at this point in the history
build: added appveyor-ci script to verify windows build
  • Loading branch information
kcat authored Sep 13, 2016
2 parents a004ccf + 1ff24c7 commit a56bbbc
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: 1.17.2.{build}

environment:
matrix:
- GEN: "Visual Studio 14 2015"
CFG: Release
- GEN: "Visual Studio 14 2015 Win64"
CFG: Release

build_script:
- cd build
- cmake .. -G"%GEN%"
- cmake --build . --config %CFG% --clean-first

0 comments on commit a56bbbc

Please sign in to comment.