Files
kde-linux/in_docker.sh
2024-11-28 17:22:38 +01:00

13 lines
427 B
Bash
Executable File

#!/bin/sh
# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
# SPDX-FileCopyrightText: 2024 Harald Sitter <sitter@kde.org>
# First thing that runs inside of Arch Linux Docker containers created by build-docker.sh.
# Exit immediately if any command fails and print all commands before they are executed.
set -ex
# Bootstrap container for building and build.
./bootstrap.sh
./build.sh "$@"