monado/.gitlab-ci/ubuntu_focal_container_prep.sh

8 lines
174 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
(
cd $(dirname $0)
bash ./build-openxr-openhmd.sh
)