mirror of
https://github.com/isar/libmdbx.git
synced 2025-09-02 12:22:19 +08:00
mdbx: adds travis-ci.
Change-Id: Ic7034ae538bcc70ad1584f4aeae857594ceeded1
This commit is contained in:
15
.travis.yml
Normal file
15
.travis.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
language: c
|
||||
sudo: false
|
||||
dist: trusty
|
||||
cache: bundler
|
||||
notifications:
|
||||
email: false
|
||||
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
|
||||
os:
|
||||
- linux
|
||||
|
||||
script: if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then make all lmdb check; fi
|
Reference in New Issue
Block a user