mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-06 13:45:00 +00:00
coverage.sh: Re-use first xmlts.zip download
This commit is contained in:
parent
6136acc8e0
commit
ab73290c35
1 changed files with 5 additions and 0 deletions
|
@ -211,6 +211,11 @@ _main() {
|
|||
echo "[${build_dir}]"
|
||||
_copy_to "${build_dir}"
|
||||
|
||||
# Make sure we don't need to download xmlts.zip over and over again
|
||||
if [[ ${#build_dirs[*]} -gt 0 ]]; then
|
||||
ln -s "$PWD/${build_dirs[0]}/tests/xmlts.zip" "${build_dir}"/tests/
|
||||
fi
|
||||
|
||||
_run "${source_dir}" "${build_dir}"
|
||||
|
||||
build_dirs+=( "${build_dir}" )
|
||||
|
|
Loading…
Add table
Reference in a new issue