shithub: opus-tools

Download patch

ref: c2f685c83ddd0146d9707777d2fc8771b2dd8387
parent: f14041410f0dee7b53abb33340e72f374e1fca11
author: Mark Harris <mark.hsj@gmail.com>
date: Thu Jan 4 19:11:33 EST 2018

appveyor: Fix libopusenc artifact file name

--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -11,7 +11,7 @@
   sample_url: https://people.xiph.org/~giles/2012/opus/ehren-paper_lights-96.opus
   opus_url: https://ci.appveyor.com/api/projects/$(APPVEYOR_ACCOUNT_NAME)/opus/artifacts/opus.zip
   opusfile_url: https://ci.appveyor.com/api/projects/$(APPVEYOR_ACCOUNT_NAME)/opusfile/artifacts/opusfile.zip
-  opusenc_url: https://ci.appveyor.com/api/projects/$(APPVEYOR_ACCOUNT_NAME)/libopusenc/artifacts/opus.zip
+  libopusenc_url: https://ci.appveyor.com/api/projects/$(APPVEYOR_ACCOUNT_NAME)/libopusenc/artifacts/libopusenc.zip
 
 install:
   - cd %APPVEYOR_BUILD_FOLDER%
@@ -19,8 +19,8 @@
   - 7z x opus.zip -oopus-artifacts
   - 'curl -LOG --data-urlencode "job=Configuration: %CONFIGURATION%; Platform: %PLATFORM%" %OPUSFILE_URL%'
   - 7z x opusfile.zip -oopus-artifacts
-  - 'curl -LOG --data-urlencode "job=Configuration: %CONFIGURATION%; Platform: %PLATFORM%" %OPUSENC_URL%'
-  - 7z x opus.zip -oopus-artifacts
+  - 'curl -LOG --data-urlencode "job=Configuration: %CONFIGURATION%; Platform: %PLATFORM%" %LIBOPUSENC_URL%'
+  - 7z x libopusenc.zip -oopus-artifacts
   - move /Y opus-artifacts ..\opus
   - git clone -q https://github.com/xiph/ogg.git ..\ogg
   - msbuild "..\ogg\win32\VS2015\libogg_static.sln" /property:Configuration=%CONFIGURATION%;Platform=%PLATFORM% /m /v:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"