Merge branch 'subprojects-update' into 'master'
ci: Limit depth of clone of subprojects See merge request pwithnall/malcontent!118
This commit is contained in:
commit
11f9288ef0
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
git clone https://gitlab.freedesktop.org/pwithnall/malcontent.git
|
git clone --depth 1 --no-tags https://gitlab.freedesktop.org/pwithnall/malcontent.git
|
||||||
meson subprojects download --sourcedir malcontent
|
meson subprojects download --sourcedir malcontent
|
||||||
rm malcontent/subprojects/*.wrap
|
rm malcontent/subprojects/*.wrap
|
||||||
mv malcontent/subprojects/ .
|
mv malcontent/subprojects/ .
|
||||||
|
|
Loading…
Reference in New Issue