From d4976dda6c8ae44505390e147f7a38b14b2b6e8a Mon Sep 17 00:00:00 2001 From: 23rd <23rd@vivaldi.net> Date: Sun, 16 Jun 2019 13:11:04 +0300 Subject: [PATCH] Migrated Appveyor CI build to VS2019. --- .appveyor/install.bat | 4 ++-- appveyor.yml | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.appveyor/install.bat b/.appveyor/install.bat index 9b912650d..c143e93a2 100644 --- a/.appveyor/install.bat +++ b/.appveyor/install.bat @@ -42,9 +42,9 @@ GOTO:EOF :setupGYP call:logInfo "Setup GYP/Ninja and generate VS solution" cd %LIB_DIR% - git clone https://chromium.googlesource.com/external/gyp + git clone https://github.com/telegramdesktop/gyp.git cd gyp - git checkout a478c1ab51 + git checkout tdesktop SET PATH=%PATH%;%BUILD_DIR%\Libraries\gyp;%BUILD_DIR%\Libraries\ninja; cd %SRC_DIR% git submodule init diff --git a/appveyor.yml b/appveyor.yml index 91e44a86a..3e903a34a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,9 +1,11 @@ -image: Visual Studio 2017 +image: Visual Studio 2019 clone_folder: C:\TBuild\tdesktop test: off deploy: off environment: + GYP_MSVS_OVERRIDE_PATH: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\' + GYP_MSVS_VERSION: 2019 matrix: - BUILD_VERSION: - BUILD_VERSION: disable_register_custom_scheme