mirror of
https://github.com/YACReader/yacreader
synced 2025-07-23 23:44:52 -04:00
Download p7zip sources for Macos build
This commit is contained in:
@ -28,6 +28,9 @@ jobs:
|
||||
- script: |
|
||||
brew install qt
|
||||
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'
|
||||
- script: |
|
||||
qmake CONFIG+="7zip"
|
||||
|
Reference in New Issue
Block a user