monado/.gitlab-ci/ndk:container_prep.sh
2020-04-28 21:44:02 +00:00

7 lines
64 B
Bash

#!/bin/bash
(
cd $(dirname $0)
bash ./install-ndk.sh
)