Add AppVeyor config

This commit is contained in:
Zeex
2015-02-16 22:04:57 +06:00
parent 762679a333
commit a6d33805b3
2 changed files with 13 additions and 0 deletions
+3
View File
@@ -1,5 +1,6 @@
[![Version][version_badge]][version]
[![Build Status][build_status]][build]
[![Build Status - Windows][build_status_win]][build_win]
SubHook is a super-simple hooking library for C/C++ that works on Linux and
Windows. It currently supports x86 and x86-64.
@@ -104,3 +105,5 @@ int main() {
[version_badge]: https://badge.fury.io/gh/zeex%2Fsubhook.svg
[build]: https://travis-ci.org/Zeex/subhook
[build_status]: https://travis-ci.org/Zeex/subhook.svg?branch=master
[build_win]: https://ci.appveyor.com/project/Zeex/subhook/branch/master
[build_status_win]: https://ci.appveyor.com/api/projects/status/q5sp0p8ahuqfh8e4/branch/master?svg=true