mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
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:
9
coin/provisioning/qtci-macos-13-x86_64/90-docker.sh
Executable file
9
coin/provisioning/qtci-macos-13-x86_64/90-docker.sh
Executable file
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user