mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 20:31:00 +08:00
Add more Travis targets
Disable txt2man for now since it's not available in Homebrew
This commit is contained in:
parent
61d928ea68
commit
d4cf5526e2
15
.travis.yml
15
.travis.yml
@ -4,15 +4,18 @@ jobs:
|
||||
include:
|
||||
- compiler: clang
|
||||
os: linux
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- txt2man
|
||||
- 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
|
||||
- ./configure --enable-sql --disable-man
|
||||
- make
|
||||
|
Loading…
Reference in New Issue
Block a user