Imported Upstream version 2.73.3
[platform/upstream/glib.git] / .gitlab-ci / cache-subprojects.sh
1 #!/bin/bash
2
3 set -e
4
5 git clone --depth 1 --no-tags https://gitlab.gnome.org/GNOME/glib.git
6 git -C glib submodule update --init
7 meson subprojects download --sourcedir glib
8 rm glib/subprojects/*.wrap
9 mv glib/subprojects/ .
10 rm -rf glib