mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-03 12:16:45 +08:00
Task-number: QTQAINFRA-3699 Change-Id: Id8c2bc2160d6805339c29961cec784d64c5f0c4d Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
7 lines
147 B
Bash
7 lines
147 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
# shellcheck source=../common/unix/install-breakpad.sh
|
|
source "${BASH_SOURCE%/*}/../common/unix/install-breakpad.sh"
|