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