mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
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:
parent
aa9600cfc6
commit
3f9331a83a
@ -50,6 +50,10 @@ steps:
|
||||
dovecot-imapd \
|
||||
sendmail \
|
||||
firebird-dev \
|
||||
liblmdb-dev \
|
||||
libtokyocabinet-dev \
|
||||
libdb-dev \
|
||||
libqdbm-dev \
|
||||
${{ parameters.packages }}
|
||||
displayName: 'APT'
|
||||
- script: |
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user