mirror of https://github.com/hfiref0x/KDU.git
AppVeyor badge
This commit is contained in:
parent
ce18d1f6f7
commit
898dbf206e
|
@ -1,3 +1,5 @@
|
|||
[![Build status](https://ci.appveyor.com/api/projects/status/pxpwehogor7x4mqa?svg=true)](https://ci.appveyor.com/project/hfiref0x/kdu)
|
||||
|
||||
# KDU
|
||||
## Kernel Driver Utility
|
||||
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue