circleci follow latest OSX documentation

This commit is contained in:
Daniel Agar
2017-07-28 14:00:24 -04:00
committed by Lorenz Meier
parent bfc9ed107e
commit 3eea8eb301
+7 -9
View File
@@ -12,18 +12,16 @@ checkout:
dependencies: dependencies:
pre: pre:
# PX4 OSX instructions 2017-04-28: https://dev.px4.io/en/setup/dev_env_mac.html # PX4 OSX instructions 2017-07-28: https://dev.px4.io/en/setup/dev_env_mac.html
# After installing Homebrew, copy these commands to your shell: # After installing Homebrew, run these commands in your shell to install the common tools:
- brew tap PX4/px4 - brew tap PX4/px4
- brew update - brew install px4-dev
- brew install cmake genromfs gcc-arm-none-eabi ninja fastrtps
# Then install the required python packages: # Install pip if you don't already have it and use it to install the required packages:
- sudo -H easy_install pip - sudo easy_install pip
- sudo -H pip install empy jinja2 - sudo -H pip install pyserial empy pandas jinja2
test: test:
override: override:
- make tests - make quick_check
- make px4fmu-v3_default