mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-27 01:46:51 +00:00
14 lines
419 B
Bash
Executable file
14 lines
419 B
Bash
Executable file
#!/bin/bash
|
|
# Copyright 2018-2024, Collabora, Ltd. and the Monado contributors
|
|
# SPDX-License-Identifier: BSL-1.0
|
|
|
|
(
|
|
cd $(dirname $0)
|
|
bash ./install-cross.sh
|
|
# Using this script "follows the instructions" for some testing of our instructions.
|
|
bash ./install-ci-fairy.sh
|
|
)
|
|
|
|
# Getting the path set up right for pipx in CI is a hassle.
|
|
python3 -m pip install --break-system-packages proclamation cmakelang
|