./configure --enable-gtk-doc in .travis.yml
This commit is contained in:
parent
3900084f9c
commit
4a33b309a3
|
@ -3,7 +3,7 @@ compiler:
|
|||
- gcc
|
||||
- clang
|
||||
# Change this to your needs
|
||||
script: ./autogen.sh && ./configure && make && make check && make distcheck
|
||||
script: ./autogen.sh && ./configure --enable-gtk-doc && make -j4 && make check -j4 && make distcheck -j4
|
||||
before_install:
|
||||
- sudo apt-get -qq update
|
||||
- sudo apt-get -q install autoconf automake autopoint libtool gtk-doc-tools gettext idn2 libidn2-0 libidn2-0-dev
|
||||
|
|
Loading…
Reference in New Issue