mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
ci: use homebrew addon to simplify shell scripts
This commit is contained in:
parent
9ac1e2db79
commit
c926ba1dc4
@ -117,6 +117,11 @@ addons:
|
|||||||
- unzip
|
- unzip
|
||||||
- valgrind
|
- valgrind
|
||||||
- xclip
|
- xclip
|
||||||
|
homebrew:
|
||||||
|
update: true
|
||||||
|
packages:
|
||||||
|
- ccache
|
||||||
|
- ninja
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
@ -7,10 +7,6 @@ if [[ "${CI_TARGET}" == lint ]]; then
|
|||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "${TRAVIS_OS_NAME}" == osx ]]; then
|
|
||||||
>/dev/null brew update
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo 'python info:'
|
echo 'python info:'
|
||||||
(
|
(
|
||||||
2>&1 python --version || true
|
2>&1 python --version || true
|
||||||
|
@ -8,8 +8,6 @@ if [[ "${CI_TARGET}" == lint ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "${TRAVIS_OS_NAME}" == osx ]]; then
|
if [[ "${TRAVIS_OS_NAME}" == osx ]]; then
|
||||||
brew install ccache
|
|
||||||
brew install ninja
|
|
||||||
export PATH="/usr/local/opt/ccache/libexec:$PATH"
|
export PATH="/usr/local/opt/ccache/libexec:$PATH"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user