Make sure to build experimental programs in GitHub workflows

This commit is contained in:
Dan Church 2022-08-24 16:14:22 -05:00
parent 32f636dce6
commit 3f6cc03735
No known key found for this signature in database
GPG Key ID: EA2BF379CD2CDBD0

View File

@ -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