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:
parent
9f8b8af926
commit
32770d2e60
19
appveyor.yml
19
appveyor.yml
@ -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%
|
Loading…
x
Reference in New Issue
Block a user