]> granicus.if.org Git - php/commitdiff
One more folder to delete in AppVeyor image
authorAnatol Belski <ab@php.net>
Tue, 17 Oct 2017 13:32:47 +0000 (15:32 +0200)
committerAnatol Belski <ab@php.net>
Tue, 17 Oct 2017 13:32:47 +0000 (15:32 +0200)
appveyor/build_task.bat

index dfc7e618b19d0986ff7382e850f8404e365e945c..8c8694c52aec35f3d7df16e8000a0ae284aae3cc 100644 (file)
@@ -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