2014-03-21 21:25:44 +01:00
|
|
|
language: c
|
|
|
|
compiler:
|
|
|
|
- gcc
|
|
|
|
- clang
|
|
|
|
# Change this to your needs
|
2014-06-19 13:17:28 +02:00
|
|
|
script:
|
|
|
|
- ./autogen.sh
|
|
|
|
- ./configure --enable-gtk-doc && make -j4 && make check -j4
|
|
|
|
- ./configure --without-libicu && make clean && make -j4 && make check -j4
|
|
|
|
- ./configure --disable-builtin && make clean && make -j4 && make check -j4
|
|
|
|
- ./configure --disable-builtin --without-libicu && make clean && make -j4 && make check -j4
|
|
|
|
- make distcheck
|
2014-03-21 21:25:44 +01:00
|
|
|
before_install:
|
2014-06-04 13:20:34 +02:00
|
|
|
- apt-cache search libicu | grep icu
|
2014-03-21 21:25:44 +01:00
|
|
|
- sudo apt-get -qq update
|
2014-06-16 21:30:16 +02:00
|
|
|
- sudo apt-get -q install autoconf automake autopoint libtool gtk-doc-tools gettext idn2 libidn2-0 libidn2-0-dev libicu48 libicu-dev
|