Enable GCC 10 on Travis

This commit is contained in:
Evan Miller
2020-08-13 06:44:05 -04:00
parent 2629ce5136
commit 4f330ea6be

View File

@@ -1,4 +1,5 @@
language: c language: c
dist: bionic
jobs: jobs:
include: include:
@@ -52,6 +53,28 @@ jobs:
- unixodbc-dev - unixodbc-dev
env: env:
- CONFIGURE_FLAGS="--with-unixodbc=/usr --disable-glib" - CONFIGURE_FLAGS="--with-unixodbc=/usr --disable-glib"
- compiler: gcc-10
os: linux
addons:
apt:
sources:
- sourceline: 'ppa:ubuntu-toolchain-r/test'
packages:
- gcc-10
- libiodbc2-dev
env:
- CONFIGURE_FLAGS="--with-iodbc=/usr --disable-glib"
- compiler: gcc-10
os: linux
addons:
apt:
sources:
- sourceline: 'ppa:ubuntu-toolchain-r/test'
packages:
- gcc-10
- unixodbc-dev
env:
- CONFIGURE_FLAGS="--with-unixodbc=/usr --disable-glib"
- compiler: clang - compiler: clang
os: osx os: osx
osx_image: xcode11.4 osx_image: xcode11.4