Add Travis CI configuration to snappy and fix the make build.
The make build in the open source version uses autoconf, which is set up to expect a project that follows the gnu standard.
This commit is contained in:
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
language: cpp
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
os:
|
||||
- linux
|
||||
sudo: false
|
||||
before_install:
|
||||
- echo $LANG
|
||||
- echo $LC_ALL
|
||||
script:
|
||||
- ./autogen.sh && ./configure && make -j 4 check
|
||||
Reference in New Issue
Block a user