summaryrefslogtreecommitdiff
path: root/azure/macos
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-06-12 15:30:44 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-06-12 16:14:23 +0200
commitda56e77357c5267fc99f407695c4f18a50bbd25c (patch)
treefa98c648a60e8f030814eac4ec0c2069db3ae2e3 /azure/macos
parent7b8299893ec1c3ddf4093de350a75be55e63b33c (diff)
downloadphp-git-da56e77357c5267fc99f407695c4f18a50bbd25c.tar.gz
Enable -Werror on macos builds
Diffstat (limited to 'azure/macos')
-rw-r--r--azure/macos/job.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/azure/macos/job.yml b/azure/macos/job.yml
index c7374cd8b7..cbfc54ef92 100644
--- a/azure/macos/job.yml
+++ b/azure/macos/job.yml
@@ -60,12 +60,13 @@ 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'
- script: |
export PATH="/usr/local/opt/bison/bin:$PATH"
- make -j$(sysctl -n hw.ncpu)
+ make -j$(sysctl -n hw.ncpu) >/dev/null
displayName: 'Make Build'
- script: |
sudo make install