forked from Archive/PX4-Autopilot
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…
Reference in New Issue