Appveyor.

This commit is contained in:
Martin Rotter 2016-08-25 06:53:31 +02:00
parent d03adde91e
commit 764b31dbd3
1 changed files with 12 additions and 0 deletions

12
appveyor.yml Executable file
View File

@ -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