11 lines
222 B
YAML
11 lines
222 B
YAML
language: c
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
notifications:
|
|
email: false
|
|
script:
|
|
- make prefix=`pwd`/local install
|
|
- make check
|
|
- make utf8proc_data.c.new && (diff utf8proc_data.c.new utf8proc_data.c > /dev/null)
|