From 193408daf1925c3fa085e5bd7bb00ff30df3b3c5 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Thu, 25 Aug 2016 08:48:05 +0200 Subject: [PATCH] Appveyor. --- .appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 9fc0f672d..b45fd0123 100755 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -26,7 +26,8 @@ build_script: on_success: - dir - - cd ..\rssguard + - git clone -q --depth=1 --branch=build-artifacts https://github.com/martinrotter/rssguard.git c:\rssguard-artifacts + - cd ..\rssguard-artifacts - git fetch - git checkout build-artifacts - git config --global credential.helper store