Bail out if there are changes after make distcheck

reverse-scroll
nirenjan 2021-08-26 22:22:39 -07:00
parent a39945f461
commit 1174f7f1c4
1 changed files with 6 additions and 0 deletions

View File

@ -9,3 +9,9 @@ cd build
make -j V=0 make -j V=0
make -j check V=0 make -j check V=0
make -j distcheck make -j distcheck
# Make sure that there are no changes to the source code
# This may happen if the source have changed with differences to the
# translation files and templates. Enabling this will allow us to catch
# missing/modified translations.
git diff --exit-code