Commit 32770d2e authored by Richard Newton's avatar Richard Newton

Remove accidentally committed appveyor file.

parent 9f8b8af9
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