Browse Source

Travis CI: Install CMake

sbg
Lorenz Meier 9 years ago
parent
commit
3c1c2ba34e
  1. 4
      .travis.yml

4
.travis.yml

@ -60,11 +60,9 @@ before_install: @@ -60,11 +60,9 @@ before_install:
elif [ "${TRAVIS_OS_NAME}" = "osx" ]; then
brew tap PX4/homebrew-px4
&& brew update
&& brew install astyle
&& brew install gcc-arm-none-eabi
&& brew install cmake ninja astyle gcc-arm-none-eabi
&& brew install genromfs
&& brew install kconfig-frontends
&& brew install ninja
&& sudo easy_install pip
&& sudo pip install pyserial empy
;

Loading…
Cancel
Save