1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-01-15 08:46:18 +01:00
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