make travis script check whether utf8proc_data.c generation has changed
This commit is contained in:
parent
90721f2d39
commit
dd7bd279bf
@ -5,4 +5,5 @@ compiler:
|
||||
notifications:
|
||||
email: false
|
||||
script:
|
||||
- make && make check
|
||||
- make && make check
|
||||
- make utf8proc_data.c.new && (diff utf8proc_data.c.new utf8proc_data.c > /dev/null)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user