Skip to content

Commit

Permalink
Fix vtests build
Browse files Browse the repository at this point in the history
using a similar method as the mtest.
Doesn't work, so back to 5.9.8, for Linux, for now...
  • Loading branch information
Jojo-Schmitz committed Aug 29, 2022
1 parent 64b8584 commit e11375e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/ci/linux/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ apt-get install -y --no-install-recommends \
##########################################################################

# Get newer Qt (only used cached version if it is the same)
qt_version="5152"
qt_version="598"
qt_dir="Qt/${qt_version}"
if [[ ! -d "${qt_dir}" ]]; then
mkdir -p "${qt_dir}"
qt_url="https://s3.amazonaws.com/utils.musescore.org/Qt${qt_version}_gcc64.7z"
qt_url="https://s3.amazonaws.com/utils.musescore.org/qt${qt_version}.zip"
wget -q --show-progress -O qt5.zip "${qt_url}"
7z x -y qt5.zip -o"${qt_dir}"
rm -f qt5.zip
Expand Down
3 changes: 3 additions & 0 deletions vtest/gen
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ done
echo "{}]" >> $JSON_FILE

echo "Generate PNG files"
# run the mtests in "minimal" platform for headless systems
# enable fonts handling
#export QT_QPA_PLATFORM=minimal:enablefonts
$MSCORE -j $JSON_FILE -r $DPI >LOG 2>&1

echo "LOG:"
Expand Down

0 comments on commit e11375e

Please sign in to comment.