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