monado/.gitlab-ci/arch_container_prep.sh
2022-01-21 18:24:20 +00:00

9 lines
173 B
Bash

#!/bin/sh
# Copyright 2018-2020, Collabora, Ltd. and the Monado contributors
# SPDX-License-Identifier: BSL-1.0
(
cd $(dirname $0)
bash ./build-openxr-openhmd.sh
)