mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-27 02:51:12 +00:00
Migrated Appveyor CI build to VS2019.
This commit is contained in:
parent
e7c40ff2a8
commit
d4976dda6c
@ -42,9 +42,9 @@ GOTO:EOF
|
|||||||
:setupGYP
|
:setupGYP
|
||||||
call:logInfo "Setup GYP/Ninja and generate VS solution"
|
call:logInfo "Setup GYP/Ninja and generate VS solution"
|
||||||
cd %LIB_DIR%
|
cd %LIB_DIR%
|
||||||
git clone https://chromium.googlesource.com/external/gyp
|
git clone https://github.com/telegramdesktop/gyp.git
|
||||||
cd gyp
|
cd gyp
|
||||||
git checkout a478c1ab51
|
git checkout tdesktop
|
||||||
SET PATH=%PATH%;%BUILD_DIR%\Libraries\gyp;%BUILD_DIR%\Libraries\ninja;
|
SET PATH=%PATH%;%BUILD_DIR%\Libraries\gyp;%BUILD_DIR%\Libraries\ninja;
|
||||||
cd %SRC_DIR%
|
cd %SRC_DIR%
|
||||||
git submodule init
|
git submodule init
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
image: Visual Studio 2017
|
image: Visual Studio 2019
|
||||||
clone_folder: C:\TBuild\tdesktop
|
clone_folder: C:\TBuild\tdesktop
|
||||||
test: off
|
test: off
|
||||||
deploy: off
|
deploy: off
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
GYP_MSVS_OVERRIDE_PATH: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\'
|
||||||
|
GYP_MSVS_VERSION: 2019
|
||||||
matrix:
|
matrix:
|
||||||
- BUILD_VERSION:
|
- BUILD_VERSION:
|
||||||
- BUILD_VERSION: disable_register_custom_scheme
|
- BUILD_VERSION: disable_register_custom_scheme
|
||||||
|
Loading…
Reference in New Issue
Block a user