glib/.gitlab-ci/cache-subprojects.sh
Marco Trevisan (Treviño) f74217ae66 ci: Remove git submodule related commands and parameters
We don't have any now, so no reason to bother
2022-07-12 18:53:03 +02:00

10 lines
197 B
Bash
Executable File

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