1
0
mirror of https://github.com/php/php-src.git synced 2026-04-19 14:01:01 +02:00

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  fix deps dir for test data preparations
This commit is contained in:
Anatol Belski
2017-01-06 02:37:10 +01:00

View File

@@ -4,7 +4,14 @@ set NO_INTERACTION=1
set REPORT_EXIT_STATUS=1
set SKIP_IO_CAPTURE_TESTS=1
set DEPS_DIR=%PHP_BUILD_CACHE_BASE_DIR%\deps-%PHP_SDK_VC%-%PHP_SDK_ARCH%-%APPVEYOR_REPO_BRANCH%
if /i "%APPVEYOR_REPO_BRANCH:~0,4%" equ "php-" (
set BRANCH=%APPVEYOR_REPO_BRANCH:~4,3%
set STABILITY=stable
) else (
set BRANCH=master
set STABILITY=staging
)
set DEPS_DIR=%PHP_BUILD_CACHE_BASE_DIR%\deps-%PHP_SDK_VC%-%PHP_SDK_ARCH%-%BRANCH%
rem setup MySQL related exts
set MYSQL_PWD=Password12!