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