AppVeyor badge

This commit is contained in:
hfiref0x 2022-08-29 15:31:00 +07:00
parent ce18d1f6f7
commit 898dbf206e
No known key found for this signature in database
GPG Key ID: 5A20EE3C6F09AF95
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,5 @@
[![Build status](https://ci.appveyor.com/api/projects/status/pxpwehogor7x4mqa?svg=true)](https://ci.appveyor.com/project/hfiref0x/kdu)
# KDU # KDU
## Kernel Driver Utility ## Kernel Driver Utility

10
appveyor.yml Normal file
View File

@ -0,0 +1,10 @@
version: 1.0.{build}
branches:
only:
- master
image: Visual Studio 2022
platform: x64
clone_folder: c:\projects\kdu
build:
project: Source/kdu.sln
verbosity: normal