repo.or.cz
/
jimtcl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Mark this repo as obsolete
[jimtcl.git]
/
.travis.yml
blob
a3e1dbcc72e17516099f268c478d147c37fa76ab
1
language: c
2
sudo: false
3
addons:
4
apt:
5
packages:
6
- libsqlite3-dev
7
before_script:
8
- ./configure --full --with-ext="sqlite3 zlib" --disable-docs
9
script:
10
- make test