From 28c3c71af6933698e2392fd3a0bdefd075e867fa Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Mon, 29 Aug 2016 12:53:40 +0200 Subject: [PATCH] Put installer links into Wiki. --- .appveyor.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index bb9a6da42..5753d0fde 100755 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -8,8 +8,6 @@ branches: only: - master - dev - except: - - build-artifacts environment: QTDIR: 'C:\Qt\5.7\msvc2013' @@ -33,14 +31,14 @@ build_script: on_success: - dir - - git clone -q --depth=1 --branch=build-artifacts https://github.com/martinrotter/rssguard.git c:\rssguard-artifacts + - git clone -q --depth=1 https://github.com/martinrotter/rssguard.wiki.git c:\rssguard-wiki - git config --global credential.helper store - ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token):x-oauth-basic@github.com`n" - git config --global user.email "rotter.martinos@gmail.com" - git config --global user.name "martinrotter" - cd ..\rssguard-build - - for /f "tokens=*" %%F in ('dir /s /b *.7z') do curl --upload-file %%F https://transfer.sh/rssguard-win32.7z --silent >> ..\rssguard-artifacts\windows-builds.txt - - cd ..\rssguard-artifacts + - for /f "tokens=*" %%F in ('dir /s /b *.7z') do curl --upload-file %%F https://transfer.sh/rssguard-win32.7z --silent >> ..\rssguard-wiki\Windows-development-builds.md + - cd ..\rssguard-wiki - git add *.* - git commit -m "New files." - - git push origin build-artifacts \ No newline at end of file + - git push origin master \ No newline at end of file