From 764b31dbd336f6d8f21574b1e90a8779d970839c Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Thu, 25 Aug 2016 06:53:31 +0200 Subject: [PATCH] Appveyor. --- appveyor.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100755 index 000000000..43e586d9a --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,12 @@ +version: 3.3.{build} +skip_tags: true +image: Visual Studio 2013 +clone_depth: 1 +clone_folder: c:\rssguard +build_script: +- cmd: >- + cd .. + mkdir rssguard-build + cd rssguard-build + qmake ../rssguard + nmake \ No newline at end of file