tdesktop/appveyor.yml

29 lines
633 B
YAML
Raw Normal View History

2019-06-16 10:11:04 +00:00
image: Visual Studio 2019
clone_folder: C:\TBuild\tdesktop
test: off
deploy: off
environment:
2019-06-16 10:11:04 +00:00
GYP_MSVS_OVERRIDE_PATH: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\'
GYP_MSVS_VERSION: 2019
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:
2017-05-18 09:55:05 +00:00
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