Add Qt5 param to Qt5 builds in macos

This commit is contained in:
Luis Ángel San Martín Rodríguez 2022-09-10 19:25:14 +02:00 committed by Luis Ángel San Martín
parent c70d714e00
commit 879a0fb262

View File

@ -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