summaryrefslogtreecommitdiff
path: root/appveyor
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2018-09-13 00:49:54 +0200
committerAnatol Belski <ab@php.net>2018-09-13 00:49:54 +0200
commit3008ad1a49210e4604522a987cbdd27a5a0a2c42 (patch)
tree434711f7bc312158266ee7533760a40ef42f491c /appveyor
parentf79270d8764ac6b1c34e5697a93d204a7a460d29 (diff)
downloadphp-git-3008ad1a49210e4604522a987cbdd27a5a0a2c42.tar.gz
More possibly colliding libs to remove from the test image
Diffstat (limited to 'appveyor')
-rw-r--r--appveyor/build_task.bat8
1 files changed, 8 insertions, 0 deletions
diff --git a/appveyor/build_task.bat b/appveyor/build_task.bat
index b8db279724..a7c334ad44 100644
--- a/appveyor/build_task.bat
+++ b/appveyor/build_task.bat
@@ -10,6 +10,14 @@ 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
+if "%APPVEYOR%" equ "True" rmdir /s /q c:\OpenSSL-Win32 >NUL 2>NUL
+if %errorlevel% neq 0 exit /b 3
+if "%APPVEYOR%" equ "True" rmdir /s /q c:\OpenSSL-Win64 >NUL 2>NUL
+if %errorlevel% neq 0 exit /b 3
+if "%APPVEYOR%" equ "True" rmdir /s /q c:\OpenSSL-v11-Win32 >NUL 2>NUL
+if %errorlevel% neq 0 exit /b 3
+if "%APPVEYOR%" equ "True" rmdir /s /q c:\OpenSSL-v11-Win64 >NUL 2>NUL
+if %errorlevel% neq 0 exit /b 3
cd /D %APPVEYOR_BUILD_FOLDER%
if %errorlevel% neq 0 exit /b 3