mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 17:44:35 +03:00
don't fail to generate apidiff when packages are introduced
This commit is contained in:
@ -14,6 +14,9 @@ echo "Below are the incompatible changes between $prevversion and next, per pack
|
||||
echo
|
||||
) >>apidiff/next.txt
|
||||
for p in $(cat apidiff/packages.txt); do
|
||||
if ! test -d tmp/mox-$prevversion/$p; then
|
||||
continue
|
||||
fi
|
||||
(cd tmp/mox-$prevversion && apidiff -w ../apidiff/$prevversion/$p.api ./$p)
|
||||
apidiff -w tmp/apidiff/next/$p.api ./$p
|
||||
(
|
||||
|
Reference in New Issue
Block a user