mirror of
https://github.com/google/leveldb.git
synced 2026-08-18 10:33:27 +08:00
Added a Travis CI build file.
This allows for continuous integration builds by travis-ci.org. More information at https://docs.travis-ci.com/user/languages/cpp
This commit is contained in:
13
.travis.yml
Normal file
13
.travis.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
language: cpp
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
sudo: false
|
||||
before_install:
|
||||
- echo $LANG
|
||||
- echo $LC_ALL
|
||||
script:
|
||||
- make -j 4 check
|
||||
Reference in New Issue
Block a user