diff options
author | Anatol Belski <ab@php.net> | 2017-07-20 20:41:02 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2017-07-20 20:41:02 +0200 |
commit | 2e75f84414d98756e527d9bf5829f47f9c520198 (patch) | |
tree | 0e793cc373de7af9f173860c91d56ec534bcf2ed | |
parent | 2c4010f0fe406cbc40b4f0e8f17f8d99b47c1348 (diff) | |
parent | 2ec3c6742883ea73265167137c57a9b539257a74 (diff) | |
download | php-git-2e75f84414d98756e527d9bf5829f47f9c520198.tar.gz |
Merge branch 'PHP-7.2'
* PHP-7.2:
remove another cygwin instance in AppVeyor run
-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 8b4ef73911..5af8b6819a 100644 --- a/appveyor/build_task.bat +++ b/appveyor/build_task.bat @@ -2,6 +2,8 @@ if "%APPVEYOR%" equ "True" rmdir /s /q C:\cygwin >NUL 2>NUL if %errorlevel% neq 0 exit /b 3 +if "%APPVEYOR%" equ "True" rmdir /s /q C:\cygwin64 >NUL 2>NUL +if %errorlevel% neq 0 exit /b 3 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 |