Qt5 builds on macos are x86_64

This commit is contained in:
Luis Ángel San Martín Rodríguez 2023-07-18 09:03:48 +02:00
parent a355a15c4b
commit f043933923

View File

@ -261,7 +261,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 Qt5
./compileOSX.sh $VERSION $(Build.BuildNumber) $SKIP_CODESIGN Qt5 x86_64
displayName: 'Build'
- script: |
cd $(Build.SourcesDirectory)/tests