mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-18 18:22:07 +08:00
Enable GCC 10 on Travis
This commit is contained in:
23
.travis.yml
23
.travis.yml
@@ -1,4 +1,5 @@
|
||||
language: c
|
||||
dist: bionic
|
||||
|
||||
jobs:
|
||||
include:
|
||||
@@ -52,6 +53,28 @@ jobs:
|
||||
- unixodbc-dev
|
||||
env:
|
||||
- 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
|
||||
os: osx
|
||||
osx_image: xcode11.4
|
||||
|
Reference in New Issue
Block a user