From e2cc1064feaa533ac5d30f362369315b20723e37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Tue, 28 Dec 2021 20:34:42 +0100 Subject: [PATCH] Run tests in qt6 too --- azure-pipelines-windows-template-qt6.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/azure-pipelines-windows-template-qt6.yml b/azure-pipelines-windows-template-qt6.yml index ee709824..707b0b37 100644 --- a/azure-pipelines-windows-template-qt6.yml +++ b/azure-pipelines-windows-template-qt6.yml @@ -33,6 +33,11 @@ jobs: qmake CONFIG+="7zip" %DEFINES_VAR% nmake displayName: 'Build' + - script: | + call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\${{ parameters.vc_vars }}" + set PATH=C:\Qt\${{ parameters.qt_version }}\${{ parameters.qt_spec }}\bin;%PATH% + nmake check TESTARGS="-maxwarnings 100000" + displayName: 'Run tests' # - script: | # set PATH=C:\Qt\${{ parameters.qt_version }}\${{ parameters.qt_spec }}\bin;%PATH% # cd $(Build.SourcesDirectory)\ci\win