mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue