From 2355306cb27cf000dcc59136344ab2dcecd96406 Mon Sep 17 00:00:00 2001 From: Nomango Date: Mon, 5 Aug 2019 11:24:54 +0800 Subject: [PATCH] add appveyor.yaml --- appveyor.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 00000000..62e3b7ba --- /dev/null +++ b/appveyor.yml @@ -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 \ No newline at end of file