From d1cb536981cd670e2a7c6113f5f1592542a8561a Mon Sep 17 00:00:00 2001 From: JustArchi Date: Sun, 12 Feb 2017 15:15:20 +0100 Subject: [PATCH] Start deploying through AppVeyor --- appveyor.yml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 8197d2af8..348fddfa2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,6 @@ version: 1.0.{build}-{branch} +pull_requests: + do_not_increment_build_number: true skip_branch_with_pr: true image: Visual Studio 2015 configuration: Release @@ -19,9 +21,23 @@ artifacts: name: ASF-ConfigGenerator.exe - path: out\ASF-Service.exe name: ASF-Service.exe +deploy: +- provider: GitHub + release: ArchiSteamFarm V$(appveyor_repo_tag_name) + description: '**NOTICE:** Pre-releases are experimental versions that often contain unpatched bugs, work-in-progress features or rewritten implementations. If you don''t consider yourself advanced user, please download **[latest stable release](https://github.com/JustArchi/ArchiSteamFarm/releases/latest)** instead. Pre-release versions are dedicated to users who know how to report bugs, deal with issues and give feedback - no technical support will be given. Check out ASF **[release cycle](https://github.com/JustArchi/ArchiSteamFarm/wiki/Release-cycle)** if you''d like to learn more.\n\n---\n\nThis is automated AppVeyor GitHub deployment, human-readable changelog should be available soon. In the meantime please refer to GitHub commits.\n\n---\n\nASF is available for free. If you''re grateful for what we''re doing, please consider donating. Developing ASF requires massive amount of time and knowledge, especially when it comes to Steam (and its problems). Even 1$ is highly appreciated and shows that you care!\n\n [![Paypal.me Donate](https://img.shields.io/badge/Paypal.me-donate-yellow.svg)](https://www.paypal.me/JustArchi/1usd) [![Paypal Donate](https://img.shields.io/badge/Paypal-donate-yellow.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HD2P2P3WGS5Y4) [![Bitcoin Donate](https://img.shields.io/badge/Bitcoin-donate-yellow.svg)](https://blockchain.info/address/1Archi6M1r5b41Rvn1SY2FfJAzsrEUT7aT) [![Steam Donate](https://img.shields.io/badge/Steam-donate-yellow.svg)](https://steamcommunity.com/tradeoffer/new/?partner=46697991&token=0ix2Ruv_)' + auth_token: + secure: 1dEzDS0m1fvAwboW3m0LXV12qKHGxXb+d73gzzI8i20TIww3ajBLUI+Fg7lKjUhCFkvxK1+KD6RVUNuBEbJYarBtSX0bszrpz0fAQo42mx0= + artifact: /.*/ + draft: true + prerelease: true + force_update: false + on: + branch: master + configuration: Release + appveyor_repo_tag: true notifications: - provider: Webhook - url: https://webhooks.gitter.im/e/6cc89e76555ee263cc11 + url: https://webhooks.gitter.im/e/6982e3cd9dc9e57b1119 method: POST on_build_success: true on_build_failure: true