mirror of
https://github.com/Dasharo/subhook.git
synced 2026-03-06 15:04:20 -08:00
Add AppVeyor config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user