mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-07 07:26:52 +08:00
- Add macos13, macos26 configurations - Add Ubuntu 22 configurations - Add Ubuntu 24 aarch64 configuration - Add Debian configurations Task-number: QTBUG-140130 Change-Id: I34f65c7fee4177cf712b5ec5bc54e50773c370d5 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
8 lines
237 B
Bash
Executable File
8 lines
237 B
Bash
Executable File
#!/usr/bin/env bash
|
|
#Copyright (C) 2025 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-golang.sh" "linux"
|