Create appveyor.yml

This commit is contained in:
hfiref0x 2019-01-31 22:29:21 +07:00
parent b1a7e10399
commit a4fd3e2074
1 changed files with 11 additions and 0 deletions

11
appveyor.yml Normal file
View File

@ -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