add appveyor.yaml

This commit is contained in:
Nomango 2019-08-05 11:24:54 +08:00
parent 597f33a9fb
commit 2355306cb2
1 changed files with 16 additions and 0 deletions

16
appveyor.yml Normal file
View File

@ -0,0 +1,16 @@
version: 1.0.{build}
branches:
only:
- configure_ci
configuration:
- Debug
- Release
platform:
- Win32
- x64
before_build:
- ps: nuget restore
build:
project: ./Kiwano.sln
parallel: true
verbosity: minimal