rssguard/appveyor.yml

12 lines
227 B
YAML
Raw Normal View History

2016-08-25 06:53:31 +02:00
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