summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-06-12 16:16:39 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-06-12 16:16:39 +0200
commitcf527e93b108eb3a7189bbdb0a64346100b864ec (patch)
tree578e0b5be36ea6c7f0e73eb37832d471bfd4a9d2
parenteabb8a6324dbe306f87a05d28709f461ef3c2589 (diff)
parentda56e77357c5267fc99f407695c4f18a50bbd25c (diff)
downloadphp-git-cf527e93b108eb3a7189bbdb0a64346100b864ec.tar.gz
Merge branch 'PHP-7.4'
-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