repo.or.cz
/
notion.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add a travis build definition for building without XFT
[notion.git]
/
.travis.yml
blob
fb35278bdbf6aae3f3321117eae6fcf69428c873
1
language: c
2
compiler:
3
- gcc
4
- clang
5
env:
6
- C99_SOURCE=""
7
-
8
- USE_XFT=0
9
matrix:
10
exclude:
11
- compiler: clang
12
env: C99_SOURCE=""
13
before_install: sudo apt-get install lua5.2 liblua5.2-dev
14
script: make