Skip to content

Commit 1f6a906

Browse files
committed
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: fix deps dir for test data preparations
2 parents 1ed1880 + a7c444b commit 1f6a906

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

appveyor/test_task.bat

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ set NO_INTERACTION=1
44
set REPORT_EXIT_STATUS=1
55
set SKIP_IO_CAPTURE_TESTS=1
66

7-
set DEPS_DIR=%PHP_BUILD_CACHE_BASE_DIR%\deps-%PHP_SDK_VC%-%PHP_SDK_ARCH%-%APPVEYOR_REPO_BRANCH%
7+
if /i "%APPVEYOR_REPO_BRANCH:~0,4%" equ "php-" (
8+
set BRANCH=%APPVEYOR_REPO_BRANCH:~4,3%
9+
set STABILITY=stable
10+
) else (
11+
set BRANCH=master
12+
set STABILITY=staging
13+
)
14+
set DEPS_DIR=%PHP_BUILD_CACHE_BASE_DIR%\deps-%PHP_SDK_VC%-%PHP_SDK_ARCH%-%BRANCH%
815

916
rem setup MySQL related exts
1017
set MYSQL_PWD=Password12!

0 commit comments

Comments
 (0)