From 5c2e4e24d9a823462d27ff8832e2ff23d780791e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Thu, 15 Aug 2019 22:44:17 +0200 Subject: [PATCH] Set the path in the right step --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ee4d67c9..714076aa 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -44,12 +44,12 @@ jobs: pip install aqtinstall mkdir C:\Qt python -m aqt install -O c:\Qt 5.12.4 windows desktop win64_msvc2017_64 - set PATH=%PATH%;C:\Qt\Qt5.12.4\5.12.4\msvc2017_64\bin choco install -y wget 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: | + set PATH=%PATH%;C:\Qt\Qt5.12.4\5.12.4\msvc2017_64\bin qmake CONFIG+="7zip" make displayName: 'Build'