mirror of
https://github.com/php/php-src.git
synced 2024-11-28 12:26:37 +08:00
Build PDO Firebird on Azure
Once again, this only builds the driver, all tests will be skipped. Closes GH-6529.
This commit is contained in:
parent
26e0d389bc
commit
694400616e
@ -48,5 +48,6 @@ steps:
|
||||
dovecot-pop3d \
|
||||
dovecot-imapd \
|
||||
sendmail \
|
||||
firebird-dev \
|
||||
${{ parameters.packages }}
|
||||
displayName: 'APT'
|
||||
|
@ -62,6 +62,7 @@ steps:
|
||||
--with-kerberos \
|
||||
--with-imap-ssl \
|
||||
--with-pdo-odbc=unixODBC,/usr \
|
||||
--with-pdo-firebird \
|
||||
--enable-werror \
|
||||
--with-config-file-path=/etc \
|
||||
--with-config-file-scan-dir=/etc/php.d
|
||||
|
Loading…
Reference in New Issue
Block a user