Skip to content

Commit

Permalink
Add minimal appveyor configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
alanxz committed Mar 18, 2015
1 parent 3379812 commit d7029db
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions appveyor.yml
@@ -0,0 +1,14 @@
# appveyor configuration
version: '{build}'

environment:
matrix:
- GENERATOR: Visual Studio 12 Win64
- GENERATOR: Visual Studio 12

before_build:
- cmake -DENABLE_SSL_SUPPORT=False -G"%GENERATOR%" .

build:
project: ALL_BUILD.vcxproj
verbosity: normal

0 comments on commit d7029db

Please sign in to comment.