mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
build: improve Travis CI settings
Remove macOS-specific steps, and reduce warnings due to compilation with clang. PR-URL: https://github.com/nodejs/node/pull/21459 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
This commit is contained in:
parent
ba4f5e9bb9
commit
cd8adfaf98
@ -18,9 +18,6 @@ matrix:
|
||||
script:
|
||||
- make -j2 test-ci
|
||||
before_install:
|
||||
- export HOMEBREW_NO_AUTO_UPDATE=1 # work around https://github.com/travis-ci/travis-ci/issues/7456
|
||||
- if [ $TRAVIS_OS_NAME = osx ]; then brew install ccache; fi
|
||||
- export PATH="/usr/local/opt/ccache/libexec:$PATH"
|
||||
- export CXX="ccache clang++ -Qunused-arguments"
|
||||
- export CC="ccache clang -Qunused-arguments"
|
||||
- export CC="ccache clang -Qunused-arguments -Wno-unknown-warning-option"
|
||||
- export JOBS=2
|
||||
|
Loading…
Reference in New Issue
Block a user