tdesktop/appveyor.yml
John Preston 52e7ddf079 Add '-externalupdater' command-line argument.
Now no-autoupdater mode can be switched on in runtime.
Also TDESKTOP_DISABLE_AUTOUPDATE build is disabled in CI (trivial).

Fixes #4895.
2018-07-12 18:35:59 +03:00

26 lines
517 B
YAML

image: Visual Studio 2017
clone_folder: C:\TBuild\tdesktop
test: off
deploy: off
environment:
matrix:
- BUILD_VERSION:
- BUILD_VERSION: disable_register_custom_scheme
- BUILD_VERSION: disable_crash_reports
- BUILD_VERSION: disable_network_proxy
matrix:
fast_finish: true
before_build:
- .\.appveyor\install.bat
build:
project: Telegram\Telegram.sln
artifacts:
- path: out\Debug\Telegram.exe
name: Telegram_debug.exe
- path: out\Debug\Telegram.exe.pdb
name: Telegram_debug.exe.pdb