mirror of
https://github.com/YACReader/yacreader
synced 2025-11-15 22:42:47 -05:00
Download p7zip sources for Macos build
This commit is contained in:
@ -28,6 +28,9 @@ jobs:
|
|||||||
- script: |
|
- script: |
|
||||||
brew install qt
|
brew install qt
|
||||||
brew link qt --force
|
brew link qt --force
|
||||||
|
wget "https://sourceforge.net/projects/p7zip/files/p7zip/16.02/p7zip_16.02_src_all.tar.bz2" -P $(Build.SourcesDirectory)/compressed_archive
|
||||||
|
tar xjf $(Build.SourcesDirectory)/compressed_archive/p7zip_16.02_src_all.tar.bz2 -C $(Build.SourcesDirectory)/compressed_archive
|
||||||
|
mv $(Build.SourcesDirectory)/compressed_archive/p7zip_16.02 $(Build.SourcesDirectory)/compressed_archive/libp7zip
|
||||||
displayName: 'Install dependencies'
|
displayName: 'Install dependencies'
|
||||||
- script: |
|
- script: |
|
||||||
qmake CONFIG+="7zip"
|
qmake CONFIG+="7zip"
|
||||||
|
|||||||
Reference in New Issue
Block a user