mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-01-08 07:40:39 +00:00
ef535ca026
Also implement build defines for Windows Set TELEGRAM_BUILD_DEFINES before calling gyp/refresh.bat Fix #3000 Signed-off-by: Christoph <auer.chrisi@gmx.net>
30 lines
640 B
YAML
30 lines
640 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
|
|
- BUILD_VERSION: disable_desktop_file_generation
|
|
- BUILD_VERSION: disable_unity_integration
|
|
|
|
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
|