Skip to content
Snippets Groups Projects
Commit 47e071a6 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Add Travis CI support, ready for testing

parent 2e335669
No related branches found
No related tags found
No related merge requests found
# Build and autotest script for PX4 Firmware
# http://travis-ci.org
language: cpp
before_script:
- sudo add-apt-repository 'ppa:terry.guo/gcc-arm-embedded' -y
- sudo apt-get update -q
- sudo apt-get install gcc-arm-none-eabi python-serial python-argparse
- sudo apt-get install flex bison libncurses5-dev autoconf texinfo build-essential
- sudo apt-get install libtool zlib1g-dev genromfs git wget
# Clone only as much as we need
git:
depth: 500
script:
- make testbuild
- make tests
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment