Skip to content

Commit

Permalink
add appveyor build
Browse files Browse the repository at this point in the history
  • Loading branch information
halex2005 committed Jun 6, 2016
1 parent efabaea commit 98eff3b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions appveyor.yml
@@ -0,0 +1,9 @@
version: 1.0.{build}
configuration:
- Debug
- Release
build_script:
- mkdir tmp
- cd tmp
- cmake ..
- cmake --build .

0 comments on commit 98eff3b

Please sign in to comment.