shithub: opus-tools

Download patch

ref: e796b7e5cb0b608175c3a9cffe8ece63184ee8af
parent: a382b1a66dbcf345631b615cd780a79f1a77f12e
author: Ricardo Constantino <wiiaboo@gmail.com>
date: Tue Feb 21 17:09:49 EST 2017

appveyor: pack manuals from jenkins

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

--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -20,8 +20,11 @@
   verbosity: minimal
 
 after_build:
-- cd %APPVEYOR_BUILD_FOLDER%
-- 7z a opus-tools.zip .\win32\VS2015\%PLATFORM%\%CONFIGURATION%\*.exe .\COPYING
+  - cd %APPVEYOR_BUILD_FOLDER%
+  - copy /Y COPYING LICENSE
+  - 7z a opus-tools.zip .\win32\VS2015\%PLATFORM%\%CONFIGURATION%\*.exe .\LICENSE
+  - for %%a in (enc dec info) do curl -O https://mf4.xiph.org/jenkins/view/opus/job/opus-tools/ws/man/opus%%a.html
+  - 7z a opus-tools.zip .\opusenc.html .\opusdec.html .\opusinfo.html
 
 artifacts:
   - path: opus-tools.zip