mdbtools/.travis.yml
Evan Miller d4cf5526e2 Add more Travis targets
Disable txt2man for now since it's not available in Homebrew
2020-08-03 16:23:05 -04:00

22 lines
306 B
YAML

language: c
jobs:
include:
- compiler: clang
os: linux
- compiler: gcc
os: linux
- compiler: clang
os: osx
osx_image: xcode11.4
- compiler: gcc
os: osx
osx_image: xcode11.4
before_script:
- autoreconf -i -f
script:
- ./configure --enable-sql --disable-man
- make