Fixed: Bundle fpcalc for all builds except FreeBSD

Update to 1.5.1.
pull/2768/head
ta264 2 years ago committed by Qstick
parent 146a04788a
commit 9a5ec50e78

@ -496,8 +496,10 @@ stages:
buildType: 'current'
artifactName: $(artifactName)
targetPath: $(testsFolder)
- bash: find ${TESTSFOLDER} -name "Lidarr.Test.Dummy" -exec chmod a+x {} \;
displayName: Make Test Dummy Executable
- bash: |
find ${TESTSFOLDER} -name "Lidarr.Test.Dummy" -exec chmod a+x {} \;
chmod a+x _tests/fpcalc
displayName: Make fpcalc and Test Dummy Executable
condition: and(succeeded(), ne(variables['osName'], 'Windows'))
- bash: |
chmod a+x ${TESTSFOLDER}/test.sh

@ -0,0 +1,3 @@
static fpcalc builds sourced from:
https://github.com/acoustid/chromaprint/releases/tag/v1.5.1
https://dev.azure.com/Lidarr/Lidarr/_build/results?buildId=2279&view=artifacts&pathAsName=false&type=publishedArtifacts

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save