summaryrefslogtreecommitdiff
path: root/azure/macos
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-06-13 10:34:49 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-06-13 10:34:49 +0200
commit77e7acfa59ef00f8520205aaa65eeb43a0c7b871 (patch)
tree15fb4782cf92300192bfa26f36c052ce17c0501f /azure/macos
parent51d82da6b01747b3dbf43f6c24ba59910423922d (diff)
downloadphp-git-77e7acfa59ef00f8520205aaa65eeb43a0c7b871.tar.gz
Reenable -Werror for macos build
Diffstat (limited to 'azure/macos')
-rw-r--r--azure/macos/job.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azure/macos/job.yml b/azure/macos/job.yml
index faf11d9f85..cbfc54ef92 100644
--- a/azure/macos/job.yml
+++ b/azure/macos/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'