]> granicus.if.org Git - php/commitdiff
More possibly colliding libs to remove from the test image
authorAnatol Belski <ab@php.net>
Wed, 12 Sep 2018 22:49:54 +0000 (00:49 +0200)
committerAnatol Belski <ab@php.net>
Wed, 12 Sep 2018 22:49:54 +0000 (00:49 +0200)
appveyor/build_task.bat

index b8db2797242bc95ed7180ac0ef785daa95861b72..a7c334ad44161ccea2b8c43d8894755b65fba545 100644 (file)
@@ -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