tdesktop/appveyor.yml
Christoph 6fa3122bb6 Implement signature check for Travis and AppVeyor (#3295)
Signed-off-by: Christoph Auer <auer.chrisi@gmx.net>
2017-04-19 14:57:45 +02:00

30 lines
583 B
YAML

image: Visual Studio 2015
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
install:
- .\.appveyor\check.bat
before_build:
- .\.appveyor\install.bat
build:
project: Telegram.sln
artifacts:
- path: out\Debug\Telegram.exe
name: Telegram_debug.exe
- path: out\Debug\Telegram.exe.pdb
name: Telegram_debug.exe.pdb