mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 01:04:06 +00:00
Prefetch tarballs in bundle pipline
Fetch third party tarballs for source packages so they will be bundled in source release tarballs. Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
This commit is contained in:
+5
@@ -7,6 +7,11 @@ GZIP7ZOPTS="-mx=9"
|
||||
BUNDLE_VERSION=${BUNDLE_VERSION:="0.28.0dev"}
|
||||
PREFIX="0ad-${BUNDLE_VERSION}"
|
||||
|
||||
# Prefetch third party tarballs
|
||||
for pkg in ./libraries/source/*; do
|
||||
"${pkg}"/build.sh --fetch-only
|
||||
done
|
||||
|
||||
# Collect the relevant files
|
||||
tar cf "$PREFIX"-unix-build.tar \
|
||||
--exclude='*.bat' --exclude='*.dll' --exclude='*.exe' --exclude='*.lib' --exclude='*.pdb' \
|
||||
|
||||
Reference in New Issue
Block a user