com php-src: update sdk version for appveyor and set explicit crt: .appveyor.yml appveyor/build_task.bat
[email protected] (Anatol Belski)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 164e52fb91416a507abc0b7fa95f453b44595330 Author: Anatol Belski <[email protected]> Mon, 20 Mar 2017 15:41:43 +0100 Parents: bde01adaeb0c59fe257e9532cb68c096c9ebe2b0 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=164e52fb91416a507abc0b7fa95f453b44595330 Log: update sdk version for appveyor and set explicit crt Changed paths: M .appveyor.yml M appveyor/build_task.bat Diff: diff --git a/.appveyor.yml b/.appveyor.yml index 145640d..5708cfd 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -24,7 +24,7 @@ environment: PHP_BUILD_CACHE_BASE_DIR: c:\build-cache PHP_BUILD_OBJ_DIR: c:\obj PHP_BUILD_CACHE_SDK_DIR: c:\build-cache\sdk - PHP_BUILD_SDK_BRANCH: php-sdk-2.0.0beta2 + PHP_BUILD_SDK_BRANCH: php-sdk-2.0.0beta3 # ext and env setup for tests #MYSQL_TEST_PASSWD: Password12! #MYSQL_TEST_USER: root diff --git a/appveyor/build_task.bat b/appveyor/build_task.bat index ad47854..a76b81b 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% +call phpsdk_deps --update --branch %BRANCH% --stability %STABILITY% --deps %DEPS_DIR% --crt vc14 if %errorlevel% neq 0 exit /b 3 call buildconf.bat --force