mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-18 02:56:07 +08:00
On qtci-macos-13-x86_64 host CI tries to build and run the test on Android (arm64) while we still haven't managed to install FFmpeg for it. The same situation happened with qtci-linux-RHEL-8.8-x86_64 and Android x86. Task-number: QTBUG-110805 Task-number: QTBUG-114954 Task-number: QTBUG-113980 Pick-to: 6.6 6.5 Change-Id: If953221b104d5bb8fce9d48f8ecd977c2e80c41d Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
9 lines
331 B
Bash
Executable File
9 lines
331 B
Bash
Executable File
#!/usr/bin/env bash
|
|
#Copyright (C) 2023 The Qt Company Ltd
|
|
#SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
|
|
|
set -ex
|
|
|
|
source "${BASH_SOURCE%/*}/../common/unix/install-ffmpeg.sh" "macos-universal"
|
|
source "${BASH_SOURCE%/*}/../common/unix/install-ffmpeg-android.sh" "android-arm64"
|