Let Travis CI automatically build yabar and documentation

This commit is contained in:
Jack Henschel 2017-04-14 17:08:20 +02:00
parent 3ab78dbe49
commit e678b9bbe2

View file

@ -14,6 +14,12 @@ addons:
- libxcb-icccm4-dev
- libasound2-dev
- libiw-dev
- docbook-xml
- asciidoc-base
- xsltproc
before_install:
- export CPPFLAGS=-DOLD_LIBCONFIG
script: make
script:
matrix:
- make yabar && make install
- make doc && make install