]> Git Repo - qemu.git/blame - tests/docker/test-misc
Merge tag 'pull-block-2022-04-20' of https://gitlab.com/hreitz/qemu into staging
[qemu.git] / tests / docker / test-misc
CommitLineData
3c237b5c
AB
1#!/bin/bash -e
2#
3# Build the miscellaneous components
4#
5# Copyright (c) 2019 Linaro Ltd.
6#
7# Authors:
8# Alex Bennée <[email protected]>
9#
10# This work is licensed under the terms of the GNU GPL, version 2 or later.
11# See the COPYING file in the top-level directory.
12#
13# SPDX-License-Identifier: GPL-2.0-or-later
14
15. common.rc
16
888673bb 17requires_binary sphinx-build-3 sphinx-build
551affb6 18
3c237b5c
AB
19cd "$BUILD_DIR"
20
21# build everything else but QEMU
22configure_qemu --disable-user --disable-system --enable-docs --enable-tools
23build_qemu
24install_qemu
This page took 0.16939 seconds and 4 git commands to generate.