mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
Enable -Werror on macos builds
This commit is contained in:
parent
7b8299893e
commit
da56e77357
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue