monado/.gitlab-ci/debian_bullseye_container_prep.sh

13 lines
228 B
Bash
Raw Normal View History

#!/bin/bash
2020-10-30 22:31:46 +00:00
# Copyright 2018-2020, Collabora, Ltd. and the Monado contributors
# SPDX-License-Identifier: BSL-1.0
2020-04-27 22:50:56 +00:00
(
cd $(dirname $0)
bash ./install-cross.sh
)
(
cd $(dirname $0)
bash ./build-openxr-openhmd.sh
)