malcontent/.gitlab-ci/cache-subprojects.sh

10 lines
237 B
Bash
Executable File

#!/bin/bash
set -e
git clone --depth 1 --no-tags https://gitlab.freedesktop.org/pwithnall/malcontent.git
meson subprojects download --sourcedir malcontent
rm malcontent/subprojects/*.wrap
mv malcontent/subprojects/ .
rm -rf malcontent