Fixed: Bundle fpcalc for all builds except FreeBSD

Update to 1.5.1.
This commit is contained in:
ta264 2022-03-21 21:03:21 +00:00 committed by Qstick
parent 146a04788a
commit 9a5ec50e78
12 changed files with 7 additions and 2 deletions

View File

@ -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

3
src/Runtimes/README Normal file
View File

@ -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.

BIN
src/Runtimes/osx-arm64/fpcalc Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
src/Runtimes/win-x86/fpcalc.exe Normal file → Executable file

Binary file not shown.