Files
ArchiSteamFarm/appveyor.yml

48 lines
3.0 KiB
YAML
Raw Normal View History

2017-02-23 18:50:57 +01:00
version: '{build}-{branch}'
2017-02-12 15:15:20 +01:00
pull_requests:
do_not_increment_build_number: true
2017-02-20 15:37:38 +01:00
branches:
only:
- master
2017-01-16 03:03:19 +01:00
skip_branch_with_pr: true
2017-03-10 21:54:24 +01:00
image: Visual Studio 2017
2016-04-21 01:09:52 +02:00
configuration: Release
platform: Any CPU
clone_depth: 10
build:
project: ArchiSteamFarm.sln
parallel: true
verbosity: minimal
2016-10-19 01:41:48 +02:00
after_build:
2016-10-19 02:00:40 +02:00
- cmd: 7z a -mx=9 -mfb=258 -mpass=15 %APPVEYOR_BUILD_FOLDER%\out\ASF.zip %APPVEYOR_BUILD_FOLDER%\out\ASF.exe %APPVEYOR_BUILD_FOLDER%\out\ASF-ConfigGenerator.exe %APPVEYOR_BUILD_FOLDER%\out\config
2016-09-30 03:15:15 +02:00
artifacts:
- path: out\ASF.exe
name: ASF.exe
2017-01-16 03:03:19 +01:00
- path: out\ASF.zip
name: ASF.zip
- path: out\ASF-ConfigGenerator.exe
name: ASF-ConfigGenerator.exe
2016-09-30 03:15:15 +02:00
- path: out\ASF-Service.exe
name: ASF-Service.exe
2017-02-12 15:15:20 +01:00
deploy:
- provider: GitHub
2017-02-12 15:50:24 +01:00
tag: $(appveyor_repo_tag_name)
2017-02-12 15:15:20 +01:00
release: ArchiSteamFarm V$(appveyor_repo_tag_name)
2017-06-13 19:07:29 +02:00
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](https://github.com/JustArchi/ArchiSteamFarm/commits/$(appveyor_repo_tag_name))**.\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 [![Patreon support](https://img.shields.io/badge/Patreon-support-yellow.svg)](https://www.patreon.com/JustArchi) [![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_)'
2017-02-12 15:15:20 +01:00
auth_token:
2017-02-12 15:42:51 +01:00
secure: QC5gIDMvSpd43EG6qW8d1E3ZHiVU4aR7pbKQonXstjj/JtAABf5S1IbtoY4OsnOR
2017-02-12 15:15:20 +01:00
artifact: /.*/
draft: false
2017-02-12 15:15:20 +01:00
prerelease: true
force_update: false
on:
branch: master
configuration: Release
appveyor_repo_tag: true
notifications:
- provider: Webhook
2017-02-12 15:15:20 +01:00
url: https://webhooks.gitter.im/e/6982e3cd9dc9e57b1119
method: POST
on_build_success: true
on_build_failure: true
2017-01-16 03:03:19 +01:00
on_build_status_changed: true