repo.or.cz
/
libfiu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
preload/posix/generate: Replace spaces with tab
[libfiu.git]
/
.travis.yml
blob
120cbd2e219f6f7ef1922300a8de2e574aeae640
1
# Configuration for https://travis-ci.org/
2
3
language: c
4
5
compiler:
6
- gcc
7
- clang
8
9
addons:
10
apt:
11
packages:
12
- python-dev
13
- python3-dev
14
15
script:
16
- make test
17
18