From 46b60021dd9205d20d18bc143998fb39c24aa79a Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 21 Aug 2019 23:21:56 +0300 Subject: add AppVeyor configuration --- appveyor.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 appveyor.yml (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..b0ca0ec --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,16 @@ +version: '{build}' + +branches: + only: + - master + +platform: + - Win32 + - x64 + +configuration: + - Debug + - Release + +build_script: + - ps: .\.appveyor\build.ps1 -- cgit v1.2.3