repo.or.cz
/
tig.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix rendering in non-UTF8 terminals
[tig.git]
/
.travis.yml
blob
7d5e0075f181b105a11bf8115ae0c4d97846ec66
1
language: c
2
3
env:
4
- TEST=autoconf
5
- TEST=make
6
7
before_install:
8
- sudo apt-get update
9
- sudo apt-get install -qq --no-install-recommends asciidoc xmlto libncursesw5-dev docbook-utils
10
11
install:
12
- if [[ "autoconf" == "$TEST" ]]; then ./autogen.sh && ./configure; fi
13
- make && make doc && sudo make install install-doc
14
15
script:
16
- make test