2017-09-06 12:09:21 +00:00
|
|
|
image: Visual Studio 2017
|
2017-02-18 19:23:50 +00:00
|
|
|
clone_folder: C:\TBuild\tdesktop
|
|
|
|
test: off
|
|
|
|
deploy: off
|
|
|
|
|
|
|
|
environment:
|
|
|
|
matrix:
|
|
|
|
- BUILD_VERSION:
|
|
|
|
- BUILD_VERSION: disable_autoupdate
|
|
|
|
- BUILD_VERSION: disable_register_custom_scheme
|
|
|
|
- BUILD_VERSION: disable_crash_reports
|
|
|
|
- BUILD_VERSION: disable_network_proxy
|
|
|
|
|
|
|
|
matrix:
|
|
|
|
fast_finish: true
|
|
|
|
|
2017-04-19 12:57:45 +00:00
|
|
|
before_build:
|
2017-02-18 19:23:50 +00:00
|
|
|
- .\.appveyor\install.bat
|
|
|
|
|
|
|
|
build:
|
2017-05-18 09:55:05 +00:00
|
|
|
project: Telegram\Telegram.sln
|
2017-02-18 19:23:50 +00:00
|
|
|
|
|
|
|
artifacts:
|
|
|
|
- path: out\Debug\Telegram.exe
|
|
|
|
name: Telegram_debug.exe
|
|
|
|
- path: out\Debug\Telegram.exe.pdb
|
|
|
|
name: Telegram_debug.exe.pdb
|