|
|
@ -9,15 +9,15 @@ matrix: |
|
|
|
fast_finish: true |
|
|
|
fast_finish: true |
|
|
|
include: |
|
|
|
include: |
|
|
|
- os: linux |
|
|
|
- os: linux |
|
|
|
dist: trusty |
|
|
|
dist: bionic |
|
|
|
compiler: gcc |
|
|
|
compiler: gcc-8 |
|
|
|
env: CMAKE_BUILD_TYPE=Coverage FORMAT=ON |
|
|
|
env: CMAKE_BUILD_TYPE=Coverage FORMAT=ON |
|
|
|
- os: linux |
|
|
|
- os: linux |
|
|
|
dist: trusty |
|
|
|
dist: bionic |
|
|
|
compiler: clang |
|
|
|
compiler: clang |
|
|
|
env: CMAKE_BUILD_TYPE=Release CC=clang CXX=clang++ FORMAT=OFF |
|
|
|
env: CMAKE_BUILD_TYPE=Release CC=clang CXX=clang++ FORMAT=OFF |
|
|
|
- os: osx |
|
|
|
- os: osx |
|
|
|
osx_image: xcode10.1 |
|
|
|
osx_image: xcode11.3 |
|
|
|
env: CMAKE_BUILD_TYPE=Release FORMAT=OFF |
|
|
|
env: CMAKE_BUILD_TYPE=Release FORMAT=OFF |
|
|
|
|
|
|
|
|
|
|
|
addons: |
|
|
|
addons: |
|
|
|