From 9fb3068fdff028cf982eb63fc711c1ba44189017 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 22 Aug 2019 16:22:42 +0300 Subject: add AppVeyor configuration --- appveyor.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 appveyor.yml (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..2bea0dd --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,17 @@ +version: '{build}' +image: Visual Studio 2015 + +branches: + only: + - master + +platform: + - Win32 + - x64 + +configuration: + - Debug + - Release + +build_script: + - ps: .\.appveyor\build.ps1 -- cgit v1.2.3