mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-06 18:34:13 +08:00
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
|