From da56e77357c5267fc99f407695c4f18a50bbd25c Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Wed, 12 Jun 2019 15:30:44 +0200 Subject: Enable -Werror on macos builds --- azure/macos/job.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'azure/macos') 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 -- cgit v1.2.1