Files
ArchiSteamFarm/appveyor.yml

29 lines
751 B
YAML
Raw Normal View History

2016-04-21 01:09:52 +02:00
version: 1.0.{build}-{branch}
branches:
only:
- master
2016-04-21 01:09:52 +02:00
image: Visual Studio 2015
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:
2016-10-19 01:41:48 +02:00
- path: out\ASF.zip
name: ASF.zip
2016-09-30 03:15:15 +02:00
- path: out\ASF.exe
name: ASF.exe
- path: out\ASF-Service.exe
name: ASF-Service.exe
notifications:
- provider: Webhook
url: https://webhooks.gitter.im/e/6cc89e76555ee263cc11
method: POST
on_build_success: true
on_build_failure: true
2016-09-18 22:15:06 +02:00
on_build_status_changed: false