libpsl/.travis.yml

11 lines
387 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-04-16 13:00:43 +02:00
script: ./autogen.sh && ./configure --enable-gtk-doc && 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
- sudo apt-get -q install autoconf automake autopoint libtool gtk-doc-tools gettext idn2 libidn2-0 libidn2-0-dev libicu48 libicu-dev