From 148f55023520da2220a0ef0058ab4af59e9d337a Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Thu, 25 Aug 2016 11:10:35 +0200 Subject: [PATCH] Publish links. --- .appveyor.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index eda37e54b..fcdd4064e 100755 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -31,17 +31,17 @@ build_script: - nmake - nmake windows_all -#on_success: -# - dir -# - 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 -# - 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" -# - copy /Y ..\rssguard-build\*.7z .\windows -# - git add windows\*.7z -# - git commit -m "New files." -# - git push origin build-artifacts \ No newline at end of file +on_success: + - dir + - 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 + - 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" + - curl -T ..\rssguard-build\*.7z chunk.io --silent >> windows-builds.txt + - git add *.* + - git commit -m "New files." + - git push origin build-artifacts \ No newline at end of file