Migrated Appveyor CI build to VS2019.

This commit is contained in:
23rd 2019-06-16 13:11:04 +03:00 committed by John Preston
parent e7c40ff2a8
commit d4976dda6c
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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