mirror of
https://github.com/vale981/yabar
synced 2025-03-05 09:31:39 -05:00
Let Travis CI automatically build yabar and documentation
This commit is contained in:
parent
3ab78dbe49
commit
e678b9bbe2
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue