From adfdc26ea61e42e88e256884e055dfeca2973d34 Mon Sep 17 00:00:00 2001 From: Adam Stachowicz Date: Wed, 27 Jun 2018 19:10:55 +0200 Subject: [PATCH] #59: Add appveyor.yml (#86) --- appveyor.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 000000000..c411e7327 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,14 @@ +version: 1.0.{build} +pull_requests: + do_not_increment_build_number: true +image: +- Visual Studio 2017 +- Visual Studio 2017 Preview +- Visual Studio 2015 +configuration: Release +platform: x86 +before_build: +- cmd: '"%VS140COMNTOOLS%\..\IDE\devenv.exe" /Upgrade Diablo.dsw & exit 0' +build: + project: Diablo.sln + verbosity: minimal \ No newline at end of file