diff options
author | Anatol Belski <ab@php.net> | 2017-10-17 15:37:23 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2017-10-17 15:37:23 +0200 |
commit | 63a0ddb0135c3c60a64e8d7dd81eb546d38a4dd9 (patch) | |
tree | eee4c3bac8e582ea22f5b2cb538485cabb2553d0 | |
parent | e53a9aaa4aa091a0799ed5a078dc66ed04ff32b8 (diff) | |
parent | b9b06c4bdf3535270061efeaf61890300afab4e6 (diff) | |
download | php-git-63a0ddb0135c3c60a64e8d7dd81eb546d38a4dd9.tar.gz |
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
One more folder to delete in AppVeyor image
-rw-r--r-- | appveyor/build_task.bat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor/build_task.bat b/appveyor/build_task.bat index 5af8b6819a..869340401d 100644 --- a/appveyor/build_task.bat +++ b/appveyor/build_task.bat @@ -8,6 +8,8 @@ if "%APPVEYOR%" equ "True" rmdir /s /q C:\mingw >NUL 2>NUL if %errorlevel% neq 0 exit /b 3 if "%APPVEYOR%" equ "True" rmdir /s /q C:\mingw-w64 >NUL 2>NUL if %errorlevel% neq 0 exit /b 3 +if "%APPVEYOR%" equ "True" rmdir /s /q C:\msys64 >NUL 2>NUL +if %errorlevel% neq 0 exit /b 3 cd /D %APPVEYOR_BUILD_FOLDER% if %errorlevel% neq 0 exit /b 3 |