Skip to content

Commit

Permalink
[ci] refs #1 - Build GCC ARM and CX in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
olemis committed Jan 13, 2019
1 parent 9a26cc6 commit 5190606
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

# Temporary files
*.swp
*.swo
*.orig

12 changes: 3 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ script:
- brew audit $(brew --repo $TRAVIS_REPO_SLUG)/Formula/*.rb
- brew style $(brew --repo $TRAVIS_REPO_SLUG)/Formula/*.rb

# Install the toolchain
- brew install px4-sim
- sudo -H pip install --upgrade --force-reinstall numpy
- sudo -H pip install pyserial empy toml pandas jinja2 pyyaml

# Compile PX4 firmware
- git clone -b master https://github.com/PX4/Firmware.git ~/Firmware
- cd ~/Firmware
- DONT_RUN=1 make posix_sitl_default gazebo
# Install packages
- brew install gcc-arm-none-eabi-63
- brew install skycoin-cx

0 comments on commit 5190606

Please sign in to comment.