glib/.gitlab-ci/cache-subprojects.sh
2020-01-15 21:36:57 -05:00

10 lines
177 B
Bash
Executable File

#!/bin/bash
set -e
git clone https://gitlab.gnome.org/GNOME/glib.git
meson subprojects download --sourcedir glib
rm glib/subprojects/*.wrap
mv glib/subprojects/ .
rm -rf glib