shithub: opus

Download patch

ref: 71ae28ab8e6ddfecaab471eea4bf1dd570e4b202
parent: d73c5a9618fb1c5fd9dd04a3e3314f183090e44a
author: Ricardo Constantino <wiiaboo@gmail.com>
date: Thu Nov 10 16:27:05 EST 2016

appveyor: pack interesting files too, not just lib

Signed-off-by: Ralph Giles <giles@thaumas.net>

--- a/appveyor.yml
+++ b/appveyor.yml
@@ -17,7 +17,16 @@
   verbosity: minimal
 
 after_build:
-- cmd: 7z a opus.zip win32\VS2015\%PLATFORM%\%CONFIGURATION%\opus.lib include\*.h
+- cmd: >-
+    mkdir %APPVEYOR_BUILD_FOLDER%\artifacts
+
+    cd %APPVEYOR_BUILD_FOLDER%\win32\VS2015\%PLATFORM%\%CONFIGURATION%
+
+    for %%a in (lib dll exp pdb) do if exist opus.%%a copy opus.%%a %APPVEYOR_BUILD_FOLDER%\artifacts\
+
+    cd %APPVEYOR_BUILD_FOLDER%
+
+    7z a opus.zip artifacts\* include\*.h
 
 test_script:
 - cmd: >-