summaryrefslogtreecommitdiff
path: root/azure/i386
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-06-12 12:39:16 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-06-12 13:17:25 +0200
commit4d65d53805591e25767452910d0cf716f29399c9 (patch)
treecd68894e8e6e3105a4bebfc4a89d06d632902093 /azure/i386
parent3e4b9659d33d4c2eaf4e11a7917f5d9d2355aed1 (diff)
downloadphp-git-4d65d53805591e25767452910d0cf716f29399c9.tar.gz
Enable -Werror on m32 build
This one is clean now.
Diffstat (limited to 'azure/i386')
-rw-r--r--azure/i386/job.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azure/i386/job.yml b/azure/i386/job.yml
index 4acf58c74f..d6138a8e87 100644
--- a/azure/i386/job.yml
+++ b/azure/i386/job.yml
@@ -60,6 +60,7 @@ jobs:
--enable-sysvmsg \
--with-ffi \
--enable-zend-test \
+ --enable-werror \
--with-config-file-path=/etc \
--with-config-file-scan-dir=/etc/php.d
displayName: 'Configure Build'