common/travis/xpkgdiff.sh: add CI script to compare pkgs with xpkgdiff

This commit is contained in:
classabbyamp 2022-04-18 14:57:36 -04:00 committed by Echo
parent 7c40db1483
commit 1c953b4173
2 changed files with 32 additions and 0 deletions

View file

@ -94,6 +94,14 @@ jobs:
"$here/common/travis/show_files.sh" "$BOOTSTRAP" "$ARCH"
)
- name: Compare to previous
run: |
(
here="$(pwd)"
cd /
"$here/common/travis/xpkgdiff.sh" "$BOOTSTRAP" "$ARCH"
)
- name: Check file conflicts
if: matrix.config.arch == 'x86_64' # the arch indexed in xlocate
run: |