monado/.gitlab-ci/arch_container_prep.sh

9 lines
173 B
Bash
Raw Normal View History

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