0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-28 16:15:23 +08:00

Remove accidentally committed appveyor file.

This commit is contained in:
Richard Newton 2015-06-05 10:50:02 +01:00
parent 9f8b8af926
commit 32770d2e60

View File

@ -1,19 +0,0 @@
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%