mirror of
https://github.com/isar/libmdbx.git
synced 2024-12-30 03:14:14 +08:00
16 lines
222 B
YAML
16 lines
222 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 check; fi
|