mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-29 05:54:06 +08:00
travis-ci homebrew cleanup (#4874)
This commit is contained in:
parent
b247dac120
commit
3194153b21
10
.travis.yml
10
.travis.yml
@ -29,12 +29,10 @@ before_install:
|
||||
&& docker pull ${DOCKER_REPO}
|
||||
;
|
||||
elif [ "${TRAVIS_OS_NAME}" = "osx" ]; then
|
||||
brew tap PX4/homebrew-px4
|
||||
&& brew update
|
||||
&& brew update
|
||||
&& brew install ccache cmake ninja genromfs
|
||||
&& sudo easy_install pip
|
||||
&& sudo pip install empy
|
||||
brew update
|
||||
&& brew install ccache cmake ninja
|
||||
&& sudo -H easy_install pip
|
||||
&& sudo -H pip install empy
|
||||
&& export PATH=/usr/local/opt/ccache/libexec:$PATH
|
||||
;
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user