repo.or.cz
/
librdf.sqlite.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add git mirrors
[librdf.sqlite.git]
/
.travis.yml
blob
1eeb2145a68e7f1f1d3471dbb29ea4fcf508bdc9
1
---
2
# http://docs.travis-ci.com/user/languages/c/
3
language: c
4
sudo: false
5
branches:
6
- master
7
- develop
8
addons:
9
apt:
10
packages:
11
- librdf0-dev
12
- librdf-storage-sqlite
13
compiler:
14
- gcc
15
- clang
16
script:
17
- apt-cache show librdf0 libraptor2-0 librasqal3 librdf-storage-sqlite | egrep "Version|Source"
18
- make -C test clean test