Skip to content

Commit 6944006

Browse files
committed
Build PDO Firebird on Azure
Once again, this only builds the driver, all tests will be skipped. Closes GH-6529.
1 parent 26e0d38 commit 6944006

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

azure/apt.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,6 @@ steps:
4848
dovecot-pop3d \
4949
dovecot-imapd \
5050
sendmail \
51+
firebird-dev \
5152
${{ parameters.packages }}
5253
displayName: 'APT'

azure/configure.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ steps:
6262
--with-kerberos \
6363
--with-imap-ssl \
6464
--with-pdo-odbc=unixODBC,/usr \
65+
--with-pdo-firebird \
6566
--enable-werror \
6667
--with-config-file-path=/etc \
6768
--with-config-file-scan-dir=/etc/php.d

0 commit comments

Comments
 (0)