mirror of https://github.com/nirenjan/libx52.git
Bail out if there are changes after make distcheck
parent
a39945f461
commit
1174f7f1c4
|
@ -9,3 +9,9 @@ cd build
|
|||
make -j V=0
|
||||
make -j check V=0
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue