2020-04-27 22:49:46 +00:00
|
|
|
#!/bin/bash
|
2024-03-21 15:34:42 +00:00
|
|
|
# Copyright 2018-2024, Collabora, Ltd. and the Monado contributors
|
2020-10-30 22:31:46 +00:00
|
|
|
# SPDX-License-Identifier: BSL-1.0
|
2020-04-27 22:49:46 +00:00
|
|
|
|
2020-04-27 22:50:56 +00:00
|
|
|
(
|
|
|
|
cd $(dirname $0)
|
|
|
|
bash ./install-cross.sh
|
2022-09-20 13:44:44 +00:00
|
|
|
# Using this script "follows the instructions" for some testing of our instructions.
|
|
|
|
bash ./install-ci-fairy.sh
|
2020-04-27 22:50:56 +00:00
|
|
|
)
|
2021-11-04 17:52:29 +00:00
|
|
|
|
2024-03-21 15:34:42 +00:00
|
|
|
# Getting the path set up right for pipx in CI is a hassle.
|
|
|
|
python3 -m pip install --break-system-packages proclamation cmakelang
|