tdesktop/appveyor.yml
John Preston 839bf313cf Remove two build jobs from appveyor CI.
No need for disable_desktop_generation_file and disable_unity_integration
in appveyor builds, because the defines from this jobs are Linux-only.
2017-03-10 23:12:56 +03:00

27 lines
542 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\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