ref: f14041410f0dee7b53abb33340e72f374e1fca11
parent: 160c844345af8ab981add14e857d123937f958c9
author: Ralph Giles <giles@thaumas.net>
date: Fri Jun 23 14:17:00 EDT 2017
appveyor: Install opusfile and libopusenc artifacts. Make these dependent libraries available for the Visual Studio integration build.
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -10,10 +10,16 @@
environment:
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
install:
- cd %APPVEYOR_BUILD_FOLDER%
- 'curl -LOG --data-urlencode "job=Configuration: %CONFIGURATION%; Platform: %PLATFORM%" %OPUS_URL%'
+ - 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
- move /Y opus-artifacts ..\opus
- git clone -q https://github.com/xiph/ogg.git ..\ogg