mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-08-20 09:48:39 +08:00
Make sure to build experimental programs in GitHub workflows
This commit is contained in:
parent
32f636dce6
commit
3f6cc03735
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -19,6 +19,7 @@ jobs:
|
||||
run: autoreconf -i -f
|
||||
- name: Configure
|
||||
run: ./configure --disable-silent-rules --${{ matrix.glib }} --${{ matrix.iconv }} --with-unixodbc=/usr
|
||||
--enable-experimental
|
||||
env:
|
||||
CC: ${{ matrix.compiler }}
|
||||
- name: Make
|
||||
@ -57,6 +58,7 @@ jobs:
|
||||
run: autoreconf -i -f
|
||||
- name: Configure
|
||||
run: ./configure --disable-silent-rules --${{ matrix.glib }} --${{ matrix.iconv }} --with-unixodbc=/usr/local/opt
|
||||
--enable-experimental
|
||||
env:
|
||||
CC: ${{ matrix.compiler }}
|
||||
YACC: /usr/local/opt/bison/bin/bison
|
||||
@ -97,6 +99,7 @@ jobs:
|
||||
run: autoreconf -i -f
|
||||
- name: Configure
|
||||
run: ./configure --disable-silent-rules --${{ matrix.glib }} --with-iodbc=/usr/local/opt
|
||||
--enable-experimental
|
||||
env:
|
||||
CC: ${{ matrix.compiler }}
|
||||
YACC: /usr/local/opt/bison/bin/bison
|
||||
|
||||
Loading…
Reference in New Issue
Block a user