libpsl/.travis.yml

17 lines
663 B
YAML
Raw Normal View History

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
2014-06-19 15:26:00 +02:00
- ./configure && make -j4 && make check -j4
2014-06-19 13:17:28 +02:00
- ./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
2014-06-19 15:26:00 +02:00
- ./configure --enable-gtk-doc && make -j4 && make check -j4
2014-06-19 13:17:28 +02:00
- make distcheck
2014-03-21 21:25:44 +01:00
before_install:
- sudo apt-get -qq update
- sudo apt-get -q install autoconf automake autopoint libtool gtk-doc-tools gettext libidn libidn-dev libidn2-0 libidn2-0-dev libicu48 libicu-dev