Enable more DBA drivers in CI (#7622)

This now tests for the following drivers:
 - flatfile
 - inifile
 - in-built cdb
 - lmdb
 - TokyoCabinet
 - qdbm
This commit is contained in:
George Peter Banyard 2021-11-03 20:49:37 +00:00 committed by GitHub
parent aa9600cfc6
commit 3f9331a83a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View File

@ -50,6 +50,10 @@ steps:
dovecot-imapd \
sendmail \
firebird-dev \
liblmdb-dev \
libtokyocabinet-dev \
libdb-dev \
libqdbm-dev \
${{ parameters.packages }}
displayName: 'APT'
- script: |

View File

@ -56,6 +56,12 @@ steps:
--with-mhash \
--with-sodium \
--enable-dba \
--with-cdb \
--enable-flatfile \
--enable-inifile \
--with-tcadb \
--with-lmdb \
--with-qdbm \
--with-snmp \
--with-unixODBC \
--with-imap \