Add submodules into source archive.

git archive ignores submodules apparently, so the mariadbpp code has also been missing since it was added as well.
This commit is contained in:
Pentarctagon 2022-03-09 17:21:46 -06:00
parent d32cfb88c4
commit 999f0c1514
No known key found for this signature in database
GPG key ID: 9456BC54A21DBFA0

View file

@ -22,6 +22,7 @@ if [ "$IMAGE" == "steamrt" ]; then
mv steambuild.tar ~/steambuild-$version.tar
elif [ "$IMAGE" == "mingw" ]; then
git archive --format=tar HEAD > wesnoth.tar
tar rf wesnoth.tar src/modules/
bzip2 -z wesnoth.tar
mv wesnoth.tar.bz2 ~/wesnoth-$version.tar.bz2
cd utils/dockerbuilds/