mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-04 17:44: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
|
language: c cpp
|
||||||
dist: xenial
|
|
||||||
|
|
||||||
compiler:
|
matrix:
|
||||||
- gcc
|
include:
|
||||||
- clang
|
- os: linux
|
||||||
|
compiler: gcc
|
||||||
os:
|
- os: linux
|
||||||
- linux
|
compiler: clang
|
||||||
- osx
|
- os: osx
|
||||||
|
osx_image: xcode11
|
||||||
|
- os: osx
|
||||||
|
osx_image: xcode9.4
|
||||||
|
|
||||||
script: >
|
script: >
|
||||||
if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then
|
if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user