From 879a0fb262340088e8efcb5c8508c85284b33622 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20A=CC=81ngel=20San=20Marti=CC=81n=20Rodri=CC=81guez?= Date: Sat, 10 Sep 2022 19:25:14 +0200 Subject: [PATCH] Add Qt5 param to Qt5 builds in macos --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 813da3c4..04ad1a54 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -167,7 +167,7 @@ jobs: VERSION="$(cat common/yacreader_global.h | grep '#define VERSION "' | tr -d '#define VERSION' | tr -d '"' )" echo "Trying to know if we are in a forked repo: $IS_FORK" SKIP_CODESIGN="$(tr [A-Z] [a-z] <<< "$IS_FORK")" - ./compileOSX.sh $VERSION $(Build.BuildNumber) $SKIP_CODESIGN + ./compileOSX.sh $VERSION $(Build.BuildNumber) $SKIP_CODESIGN Qt5 displayName: 'Build' - script: | cd $(Build.SourcesDirectory)/tests