mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Fixed: Bundle fpcalc for all builds except FreeBSD
Update to 1.5.1.
This commit is contained in:
parent
146a04788a
commit
9a5ec50e78
12 changed files with 7 additions and 2 deletions
|
@ -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
3
src/Runtimes/README
Normal 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.
BIN
src/Runtimes/linux-arm64/fpcalc
Normal file
BIN
src/Runtimes/linux-arm64/fpcalc
Normal file
Binary file not shown.
BIN
src/Runtimes/linux-musl-arm/fpcalc
Executable file
BIN
src/Runtimes/linux-musl-arm/fpcalc
Executable file
Binary file not shown.
BIN
src/Runtimes/linux-musl-arm64/fpcalc
Normal file
BIN
src/Runtimes/linux-musl-arm64/fpcalc
Normal file
Binary file not shown.
BIN
src/Runtimes/linux-musl-x64/fpcalc
Executable file
BIN
src/Runtimes/linux-musl-x64/fpcalc
Executable file
Binary file not shown.
Binary file not shown.
BIN
src/Runtimes/osx-arm64/fpcalc
Executable file
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
BIN
src/Runtimes/win-x86/fpcalc.exe
Normal file → Executable file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue