summaryrefslogtreecommitdiff
path: root/appveyor/build_task.bat
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-07-20 20:39:36 +0200
committerAnatol Belski <ab@php.net>2017-07-20 20:39:36 +0200
commit7c21535fb310ec9ff70db6275903dd831da13d91 (patch)
tree4b2bfd2a3f38de9bac9e928c904063c1604ef860 /appveyor/build_task.bat
parent8ef5a50e2d0a18ebcb5d3c889fe37cff636bde2d (diff)
parentecad9a470f73e05d0e3dfb9ae6c44e3d90a309a2 (diff)
downloadphp-git-7c21535fb310ec9ff70db6275903dd831da13d91.tar.gz
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: remove another cygwin instance in AppVeyor run
Diffstat (limited to 'appveyor/build_task.bat')
-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 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