mirror of https://github.com/qt/qt5.git
Provisioning: Add Docker installation to macOS 13 x64
Task-number: QTQAINFRA-6714 Pick-to: 6.8 6.5 Change-Id: I5044ca4fc8f965e31720e7a94820153213afc14d Reviewed-by: Milla Pohjanheimo <milla.pohjanheimo@qt.io> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
parent
e7ef5d8f1b
commit
2f3d052720
|
@ -0,0 +1,9 @@
|
|||
#!/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
|
||||
|
||||
# shellcheck source=../common/macos/docker.sh
|
||||
source "${BASH_SOURCE%/*}/../common/macos/docker.sh" "amd64"
|
||||
|
Loading…
Reference in New Issue