mirror of
https://github.com/isar/libmdbx.git
synced 2024-10-30 11:29:19 +08:00
1edceae1a1
Change-Id: Ic7034ae538bcc70ad1584f4aeae857594ceeded1
16 lines
227 B
YAML
16 lines
227 B
YAML
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
|