summaryrefslogtreecommitdiff
path: root/azure
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-06-11 10:13:09 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-06-11 15:48:40 +0200
commite5aba0f5182ad95bd722d32f7f35c2aab6fd81ba (patch)
tree21aa145f77cbd8a7150f9fe19ba4b074ec426d03 /azure
parent8d3a2a4a12faf0532ead100180dd1224781058f3 (diff)
downloadphp-git-e5aba0f5182ad95bd722d32f7f35c2aab6fd81ba.tar.gz
Build with ldap and ldap sasl on azure
We don't set up an ldap server, so this is mainly about testing that the build works.
Diffstat (limited to 'azure')
-rw-r--r--azure/apt.yml2
-rw-r--r--azure/job.yml2
2 files changed, 4 insertions, 0 deletions
diff --git a/azure/apt.yml b/azure/apt.yml
index ba97531cd0..4ce769cea4 100644
--- a/azure/apt.yml
+++ b/azure/apt.yml
@@ -29,6 +29,8 @@ steps:
libxslt1-dev \
libpq-dev \
libreadline-dev \
+ libldap2-dev \
+ libsasl2-dev \
postgresql \
postgresql-contrib \
${{ parameters.packages }}
diff --git a/azure/job.yml b/azure/job.yml
index 1232925fd5..2b6960c961 100644
--- a/azure/job.yml
+++ b/azure/job.yml
@@ -56,6 +56,8 @@ jobs:
--enable-sysvmsg \
--with-ffi \
--enable-zend-test \
+ --with-ldap \
+ --with-ldap-sasl \
--enable-werror \
--with-config-file-path=/etc \
--with-config-file-scan-dir=/etc/php.d