From 42c020e552279ff5ba42bb7bf843159859ec62cb Mon Sep 17 00:00:00 2001 From: JustArchi Date: Thu, 21 Apr 2016 01:09:52 +0200 Subject: [PATCH] Add AppVeyor config --- appveyor.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 000000000..06f265189 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,9 @@ +version: 1.0.{build}-{branch} +image: Visual Studio 2015 +configuration: Release +platform: Any CPU +clone_depth: 10 +build: + project: ArchiSteamFarm.sln + parallel: true + verbosity: minimal \ No newline at end of file