mirror of
https://github.com/telegramdesktop/tdesktop
synced 2024-12-14 10:24:51 +00:00
62463d2c3e
* Remove notes about the signature
It's handled by a bot now 🎉
* Remove check from travis
* Remove check from appveyor
28 lines
556 B
YAML
28 lines
556 B
YAML
image: Visual Studio 2017
|
|
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
|
|
|
|
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
|