Try using homebrew version of bison

This commit is contained in:
Nyall Dawson
2020-08-18 15:04:37 +10:00
parent e8ab7e7ea6
commit 44529052be

View File

@@ -82,6 +82,7 @@ jobs:
homebrew: homebrew:
packages: packages:
- libiodbc - libiodbc
- bison
env: env:
- CONFIGURE_FLAGS="--with-iodbc=/usr/local/opt --disable-glib" - CONFIGURE_FLAGS="--with-iodbc=/usr/local/opt --disable-glib"
- compiler: clang - compiler: clang
@@ -92,6 +93,7 @@ jobs:
packages: packages:
- libiodbc - libiodbc
- glib - glib
- bison
env: env:
- CONFIGURE_FLAGS="--with-iodbc=/usr/local/opt --enable-glib" - CONFIGURE_FLAGS="--with-iodbc=/usr/local/opt --enable-glib"
- compiler: clang - compiler: clang
@@ -101,6 +103,7 @@ jobs:
homebrew: homebrew:
packages: packages:
- unixodbc - unixodbc
- bison
env: env:
- CONFIGURE_FLAGS="--with-unixodbc=/usr/local/opt --disable-glib" - CONFIGURE_FLAGS="--with-unixodbc=/usr/local/opt --disable-glib"
- compiler: clang - compiler: clang
@@ -111,6 +114,7 @@ jobs:
packages: packages:
- unixodbc - unixodbc
- glib - glib
- bison
env: env:
- CONFIGURE_FLAGS="--with-unixodbc=/usr/local/opt --enable-glib" - CONFIGURE_FLAGS="--with-unixodbc=/usr/local/opt --enable-glib"
- compiler: gcc - compiler: gcc