ref: bd48e3fe8abafe40357ee9e2942aa94f4672215c
parent: 352b65d6d66ac525d158e86ec34e5ac6790811dc
author: Ricardo Constantino <wiiaboo@gmail.com>
date: Wed Jan 3 17:42:19 EST 2018
appveyor: pack openssl artifacts with opusfile's Will be useful for opus-tools
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -44,7 +44,11 @@
verbosity: minimal
after_build:
-- 7z a opusfile.zip win32\VS2015\%PLATFORM%\%CONFIGURATION%\opusfile.lib include\opusfile.h
+- if %CONFIGURATION:-NoHTTP=%==%CONFIGURATION% copy /B %APPVEYOR_BUILD_FOLDER%\..\openssl\%PLATFORM%\Release\lib\* win32\VS2015\%PLATFORM%\%CONFIGURATION%\
+- if %CONFIGURATION:-NoHTTP=%==%CONFIGURATION% mkdir include\openssl
+- if %CONFIGURATION:-NoHTTP=%==%CONFIGURATION% copy /B %APPVEYOR_BUILD_FOLDER%\..\openssl\inc32\openssl include\openssl\
+- 7z a opusfile.zip win32\VS2015\%PLATFORM%\%CONFIGURATION%\opusfile.??? include\
+- if %CONFIGURATION:-NoHTTP=%==%CONFIGURATION% 7z a opusfile.zip win32\VS2015\%PLATFORM%\%CONFIGURATION%\lib.pdb win32\VS2015\%PLATFORM%\%CONFIGURATION%\*.lib
artifacts:
- path: opusfile.zip