From: Anatol Belski Date: Thu, 23 Mar 2017 11:37:49 +0000 (+0100) Subject: switch AppVeyor to vc15 for master X-Git-Tag: php-7.2.0alpha1~220 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f8b410b06d99326d6767da1bb2f92fbd821cd45;p=php switch AppVeyor to vc15 for master --- diff --git a/.appveyor.yml b/.appveyor.yml index 5708cfd688..221dc65d60 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,7 +1,7 @@ version: "{branch}.build.{build}" -image: Visual Studio 2015 +image: Visual Studio 2017 branches: except: diff --git a/appveyor/build.bat b/appveyor/build.bat index c5ae57a3ce..357fecfffa 100644 --- a/appveyor/build.bat +++ b/appveyor/build.bat @@ -23,7 +23,7 @@ if not exist "%PHP_BUILD_CACHE_SDK_DIR%" ( git --git-dir="%PHP_BUILD_CACHE_SDK_DIR%\.git" --work-tree="%PHP_BUILD_CACHE_SDK_DIR%" checkout --force %SDK_BRANCH% ) -set SDK_RUNNER=%PHP_BUILD_CACHE_SDK_DIR%\phpsdk-vc14-%PLATFORM%.bat +set SDK_RUNNER=%PHP_BUILD_CACHE_SDK_DIR%\phpsdk-vc15-%PLATFORM%.bat if not exist "%SDK_RUNNER%" ( echo "%SDK_RUNNER%" doesn't exist exit /b 3 diff --git a/appveyor/build_task.bat b/appveyor/build_task.bat index a76b81b2f0..1f5485e8bd 100644 --- a/appveyor/build_task.bat +++ b/appveyor/build_task.bat @@ -20,7 +20,7 @@ if /i "%APPVEYOR_REPO_BRANCH:~0,4%" equ "php-" ( set DEPS_DIR=%PHP_BUILD_CACHE_BASE_DIR%\deps-%PHP_SDK_VC%-%PHP_SDK_ARCH%-%BRANCH% rem SDK is cached, deps info is cached as well echo Updating dependencies in %DEPS_DIR% -call phpsdk_deps --update --branch %BRANCH% --stability %STABILITY% --deps %DEPS_DIR% --crt vc14 +call phpsdk_deps --update --branch %BRANCH% --stability %STABILITY% --deps %DEPS_DIR% --crt vc15 if %errorlevel% neq 0 exit /b 3 call buildconf.bat --force diff --git a/appveyor/test.bat b/appveyor/test.bat index fbe24ec098..8fb039dba9 100644 --- a/appveyor/test.bat +++ b/appveyor/test.bat @@ -1,6 +1,6 @@ @echo off -set SDK_RUNNER=%PHP_BUILD_CACHE_SDK_DIR%\phpsdk-vc14-%PLATFORM%.bat +set SDK_RUNNER=%PHP_BUILD_CACHE_SDK_DIR%\phpsdk-vc15-%PLATFORM%.bat if not exist "%SDK_RUNNER%" ( echo "%SDK_RUNNER%" doesn't exist exit /b 3