summaryrefslogtreecommitdiff
path: root/appveyor
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2018-09-13 11:06:47 +0200
committerAnatol Belski <ab@php.net>2018-09-13 11:06:47 +0200
commitb9bcca0080cc2618b5c8195720139f0a53ecc663 (patch)
tree0785c67375864e12a934e5463d6ad34489ee821c /appveyor
parented5262b589384c33cf794eaf1ec8d71170276e6b (diff)
parent922f1a0dcf5de2796b2312e74b76091383773fc9 (diff)
downloadphp-git-b9bcca0080cc2618b5c8195720139f0a53ecc663.tar.gz
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2: Backport changes for OpenSSL 1.1.1 CI integration
Diffstat (limited to 'appveyor')
-rw-r--r--appveyor/build_task.bat12
1 files changed, 12 insertions, 0 deletions
diff --git a/appveyor/build_task.bat b/appveyor/build_task.bat
index b8db279724..913a4ccef4 100644
--- a/appveyor/build_task.bat
+++ b/appveyor/build_task.bat
@@ -10,6 +10,18 @@ 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
+if "%APPVEYOR%" equ "True" del /f /q C:\Windows\System32\libcrypto-1_1-x64.dll >NUL 2>NUL
+if %errorlevel% neq 0 exit /b 3
+if "%APPVEYOR%" equ "True" del /f /q C:\Windows\System32\libssl-1_1-x64.dll >NUL 2>NUL
+if %errorlevel% neq 0 exit /b 3
cd /D %APPVEYOR_BUILD_FOLDER%
if %errorlevel% neq 0 exit /b 3