Commit ca94cf56 authored by Richard Newton's avatar Richard Newton

Add appveyor support for building on windows.

parent 34cd718e
environment:
matrix:
- configuration: Release
branches:
only:
- master
clone_folder: c:\libzmq
build_script:
- md c:\build
- cd c:\build
- echo Running cmake...
- cmake -G "Visual Studio 12" -DCMAKE_BUILD_TYPE=%Configuration% c:\libzmq
- cmake --build .
test_script:
- cd c:\build
- ctest -C %Configuration%
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment