projects
/
ccan
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
wwviaudio: Mark examples as not compiling
[ccan]
/
.travis.yml
1
language: c
2
sudo: false
3
4
compiler:
5
- gcc
6
- clang
7
8
addons:
9
apt:
10
packages:
11
- libjudy-dev
12
- libvorbis-dev
13
- libportaudio-dev
14
- libtalloc-dev
15
16
script:
17
- make config.h
18
- make -j2
19
- make -k check