monado/.gitlab-ci/debian:container_prep.sh

11 lines
126 B
Bash
Raw Normal View History

#!/bin/bash
2020-04-27 22:50:56 +00:00
(
cd $(dirname $0)
bash ./install-cross.sh
)
(
cd $(dirname $0)
bash ./build-openxr-openhmd.sh
)