[build] Travis build
This commit is contained in:
13
.travis.yml
Normal file
13
.travis.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
language: c
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libsnappy-dev
|
||||
script:
|
||||
- ./bootstrap.sh
|
||||
- ./configure
|
||||
- make
|
||||
- make check
|
||||
Reference in New Issue
Block a user