Skip to content

Commit da56e77

Browse files
committed
Enable -Werror on macos builds
1 parent 7b82998 commit da56e77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure/macos/job.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,13 @@ jobs:
6060
--enable-sysvmsg \
6161
--with-ffi \
6262
--enable-zend-test \
63+
--enable-werror \
6364
--with-config-file-path=/etc \
6465
--with-config-file-scan-dir=/etc/php.d
6566
displayName: 'Configure Build'
6667
- script: |
6768
export PATH="/usr/local/opt/bison/bin:$PATH"
68-
make -j$(sysctl -n hw.ncpu)
69+
make -j$(sysctl -n hw.ncpu) >/dev/null
6970
displayName: 'Make Build'
7071
- script: |
7172
sudo make install

0 commit comments

Comments
 (0)