repo.or.cz
/
nbd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
doc: Define a standard URI syntax for NBD URIs.
[nbd.git]
/
.travis.yml
blob
aeae6e77e92633612e37057da6a77dafbf76a6ca
1
language: c
2
branches:
3
except:
4
- debian
5
os:
6
- linux
7
- osx
8
compiler:
9
- clang
10
- gcc
11
install:
12
- sh .travis/before_install
13
group: travis_latest
14
script: ./autogen.sh && ./configure --enable-syslog && make NBD_TEST_SILENT=1 distcheck