shithub: opus

Download patch

ref: c41aeebea836cf2f3a67b3ac5d7bbfb0924ca1e7
parent: eca752f1008044ff6ff266a1a2433c1c794b7cbf
author: Ricardo Constantino (:RiCON) <wiiaboo@gmail.com>
date: Tue Jul 26 19:18:38 EDT 2016

appveyor: Package includes and opus.lib as an artifact.

This lets projects which depend on opus build against our
test results.

Signed-off-by: Ralph Giles <giles@mozilla.com>

--- a/appveyor.yml
+++ b/appveyor.yml
@@ -16,10 +16,18 @@
   parallel: true
   verbosity: minimal
 
+after_build:
+- cmd: 7z a opus.zip win32\VS2015\%PLATFORM%\%CONFIGURATION%\opus.lib include\*.h
+
 test_script:
 - cmd: >-
-    %APPVEYOR_BUILD_FOLDER%\win32\VS2015\%PLATFORM%\%CONFIGURATION%\test_opus_api.exe
+    cd %APPVEYOR_BUILD_FOLDER%\win32\VS2015\%PLATFORM%\%CONFIGURATION%
 
-    %APPVEYOR_BUILD_FOLDER%\win32\VS2015\%PLATFORM%\%CONFIGURATION%\test_opus_decode.exe
+    test_opus_api.exe
 
-    %APPVEYOR_BUILD_FOLDER%\win32\VS2015\%PLATFORM%\%CONFIGURATION%\test_opus_encode.exe
+    test_opus_decode.exe
+
+    test_opus_encode.exe
+
+artifacts:
+- path: opus.zip