diff options
author | Anatol Belski <ab@php.net> | 2017-07-20 20:39:04 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2017-07-20 20:39:04 +0200 |
commit | ecad9a470f73e05d0e3dfb9ae6c44e3d90a309a2 (patch) | |
tree | 2ff527a41856e5296825696b1681807bc00ca78b /appveyor | |
parent | f67a3cc9bd16a7bde1d2fdb162374554f95dfec0 (diff) | |
download | php-git-ecad9a470f73e05d0e3dfb9ae6c44e3d90a309a2.tar.gz |
remove another cygwin instance in AppVeyor run
Diffstat (limited to 'appveyor')
-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 632784931f..dfc7e618b1 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 |