summaryrefslogtreecommitdiff
path: root/appveyor
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-10-17 15:32:47 +0200
committerAnatol Belski <ab@php.net>2017-10-17 15:32:47 +0200
commit9891f11f845a8c8498a578c8e2ea0a9b53ce2c7b (patch)
treefc2b19f487a00fa008b0b9e3cb200477b8e9e76e /appveyor
parentf955cff54cca6048e4820f7f3572fffd1490b112 (diff)
downloadphp-git-9891f11f845a8c8498a578c8e2ea0a9b53ce2c7b.tar.gz
One more folder to delete in AppVeyor image
Diffstat (limited to 'appveyor')
-rw-r--r--appveyor/build_task.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor/build_task.bat b/appveyor/build_task.bat
index dfc7e618b1..8c8694c52a 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