mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Fix packages
This commit is contained in:
parent
a34140b7ad
commit
31ad481b81
1 changed files with 6 additions and 3 deletions
|
@ -152,6 +152,7 @@ stages:
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'ubuntu-16.04'
|
vmImage: 'ubuntu-16.04'
|
||||||
steps:
|
steps:
|
||||||
|
- bash: sudo apt install dos2unix
|
||||||
- checkout: self
|
- checkout: self
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -173,9 +174,11 @@ stages:
|
||||||
displayName: Fetch Installer
|
displayName: Fetch Installer
|
||||||
- bash: ./build.sh --only-packages
|
- bash: ./build.sh --only-packages
|
||||||
displayName: Create Packages
|
displayName: Create Packages
|
||||||
|
- bash: ls -lR
|
||||||
|
- bash: ls -lR $(artifactsFolder)
|
||||||
- bash: |
|
- bash: |
|
||||||
chmod a+x $(artifactsFolder)/macos/fpcalc
|
chmod a+x $(artifactsFolder)/macos/Lidarr/fpcalc
|
||||||
chmod a+x $(artifactsFolder)/macos-app/fpcalc
|
chmod a+x $(artifactsFolder)/macos-app/Lidarr.app/Contents/MacOS/fpcalc
|
||||||
displayName: Make fpcalc Executable
|
displayName: Make fpcalc Executable
|
||||||
- task: ArchiveFiles@2
|
- task: ArchiveFiles@2
|
||||||
displayName: Create Windows zip
|
displayName: Create Windows zip
|
||||||
|
@ -280,7 +283,7 @@ stages:
|
||||||
testRunTitle: '$(osName) Unit Tests'
|
testRunTitle: '$(osName) Unit Tests'
|
||||||
|
|
||||||
- stage: Integration_Automation
|
- stage: Integration_Automation
|
||||||
displayName: Integration / Tests
|
displayName: Integration / Automation
|
||||||
dependsOn: Package
|
dependsOn: Package
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue