mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 02:16:53 +08:00
Travis CI: Workaround for Homebrew Emacs fail
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ before_install:
|
|||||||
;
|
;
|
||||||
elif [ "${TRAVIS_OS_NAME}" = "osx" ]; then
|
elif [ "${TRAVIS_OS_NAME}" = "osx" ]; then
|
||||||
brew tap PX4/homebrew-px4
|
brew tap PX4/homebrew-px4
|
||||||
&& brew update
|
&& brew update; brew update
|
||||||
&& brew install cmake ninja astyle gcc-arm-none-eabi
|
&& brew install cmake ninja astyle gcc-arm-none-eabi
|
||||||
&& brew install genromfs
|
&& brew install genromfs
|
||||||
&& brew install kconfig-frontends
|
&& brew install kconfig-frontends
|
||||||
|
|||||||
Reference in New Issue
Block a user