Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,12 @@ script:

# Install the toolchain and Python dependencies
- brew uninstall python@2
- brew install px4-sim
- brew install px4-dev
# - brew install px4-sim
- pip3 install --user --upgrade packaging pyserial empy toml pandas jinja2 pyyaml pyros-genmsg

# Compile PX4 firmware
- git clone -b master https://github.com/PX4/Firmware.git ~/Firmware
- cd ~/Firmware
- DONT_RUN=1 make px4_sitl_default gazebo
# - DONT_RUN=1 make px4_sitl_default gazebo
- make px4_fmu-v5_default
1 change: 1 addition & 0 deletions Formula/px4-dev.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class Px4Dev < Formula
depends_on "cmake"
depends_on "fastcdr"
depends_on "fastrtps"
depends_on "discoteq/discoteq/flock"
depends_on "gcc-arm-none-eabi"
depends_on "genromfs"
depends_on "kconfig-frontends"
Expand Down