summaryrefslogtreecommitdiff
path: root/azure/apt.yml
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/apt.yml
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/apt.yml')
-rw-r--r--azure/apt.yml2
1 files changed, 2 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 }}