mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 09:22:18 +00:00
Add Travis CI support, ready for testing
This commit is contained in:
20
.travis.yml
Normal file
20
.travis.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
# 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
|
||||
Reference in New Issue
Block a user