mirror of https://github.com/hfiref0x/UACME.git
Create appveyor.yml
This commit is contained in:
parent
b1a7e10399
commit
a4fd3e2074
|
@ -0,0 +1,11 @@
|
||||||
|
version: 1.0.{build}
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
image: Visual Studio 2017
|
||||||
|
configuration: Release
|
||||||
|
platform: x64
|
||||||
|
clone_folder: c:\projects\uacme
|
||||||
|
build:
|
||||||
|
project: Source/uacme.sln
|
||||||
|
verbosity: normal
|
Loading…
Reference in New Issue