summaryrefslogtreecommitdiff
path: root/azure
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-12-21 18:45:08 +0100
committerNikita Popov <nikita.ppv@gmail.com>2020-12-22 00:07:43 +0100
commit694400616ec364bf19390226254aed486ae000b5 (patch)
tree9e88fcc413d59cfd4f5b7f0733c4faafdbcd4768 /azure
parent26e0d389bc630736dcb24405bd46e352fea36766 (diff)
downloadphp-git-694400616ec364bf19390226254aed486ae000b5.tar.gz
Build PDO Firebird on Azure
Once again, this only builds the driver, all tests will be skipped. Closes GH-6529.
Diffstat (limited to 'azure')
-rw-r--r--azure/apt.yml1
-rw-r--r--azure/configure.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/azure/apt.yml b/azure/apt.yml
index aa27d4a551..8a28e6bcdb 100644
--- a/azure/apt.yml
+++ b/azure/apt.yml
@@ -48,5 +48,6 @@ steps:
dovecot-pop3d \
dovecot-imapd \
sendmail \
+ firebird-dev \
${{ parameters.packages }}
displayName: 'APT'
diff --git a/azure/configure.yml b/azure/configure.yml
index fa566bf6e7..3f5f98f596 100644
--- a/azure/configure.yml
+++ b/azure/configure.yml
@@ -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