mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-19 11:36:12 +08:00
Task-number: QTQAINFRA-4508 Change-Id: Ia93e534b6911b6aaef2a0107b067c1ba5e6a6224 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
7 lines
125 B
Bash
Executable File
7 lines
125 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
# shellcheck source=../common/unix/emsdk.sh
|
|
source "${BASH_SOURCE%/*}/../common/unix/emsdk.sh"
|