mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-02 01:04:13 +08:00
mdbx-ci: update travis-ci config.
Change-Id: I096d9ab1bb83413147c4b22f616e07d93541863c
This commit is contained in:
parent
83fbcb660f
commit
f5bd9b863c
20
.travis.yml
20
.travis.yml
@ -1,13 +1,15 @@
|
||||
language: c
|
||||
dist: xenial
|
||||
language: c cpp
|
||||
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
compiler: gcc
|
||||
- os: linux
|
||||
compiler: clang
|
||||
- os: osx
|
||||
osx_image: xcode11
|
||||
- os: osx
|
||||
osx_image: xcode9.4
|
||||
|
||||
script: >
|
||||
if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user