From f4d37ccb8a0aca0c3340fd5bbb3eda35285e4b46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Thu, 15 Aug 2019 15:13:19 +0200 Subject: [PATCH] Get 7zip source code for Windows --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ac078b17..84999442 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -41,6 +41,8 @@ jobs: pip install aqtinstall mkdir C:\Qt 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' - script: | qmake CONFIG+="7zip"