Distribute fpcalc for netcore builds

This commit is contained in:
ta264 2019-10-28 21:30:09 +00:00 committed by Qstick
commit d9dfd32568
9 changed files with 33 additions and 34 deletions

View file

@ -310,6 +310,7 @@ stages:
- bash: |
wget https://github.com/acoustid/chromaprint/releases/download/v1.4.3/chromaprint-fpcalc-1.4.3-linux-x86_64.tar.gz
sudo tar xf chromaprint-fpcalc-1.4.3-linux-x86_64.tar.gz --strip-components=1 --directory /usr/bin
chmod a+x _tests/fpcalc
displayName: Install fpcalc
condition: and(succeeded(), eq(variables['osName'], 'Linux'))
- bash: |