mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Get 7zip source code for Windows
This commit is contained in:
parent
b0eb577b5b
commit
f4d37ccb8a
@ -41,6 +41,8 @@ jobs:
|
|||||||
pip install aqtinstall
|
pip install aqtinstall
|
||||||
mkdir C:\Qt
|
mkdir C:\Qt
|
||||||
python -m aqt install -O c:\Qt 5.12.4 windows desktop win64_msvc2017_64
|
python -m aqt install -O c:\Qt 5.12.4 windows desktop win64_msvc2017_64
|
||||||
|
wget "https://sourceforge.net/projects/sevenzip/files/7-Zip/18.05/7z1805-src.7z" -P $(Build.SourcesDirectory)\compressed_archive
|
||||||
|
7z x $(Build.SourcesDirectory)\compressed_archive\7z1805-src.7z -o$(Build.SourcesDirectory)\compressed_archive\lib7zip
|
||||||
displayName: 'Install dependencies'
|
displayName: 'Install dependencies'
|
||||||
- script: |
|
- script: |
|
||||||
qmake CONFIG+="7zip"
|
qmake CONFIG+="7zip"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user