Skip to content

Commit

Permalink
add initial travis ci config file
Browse files Browse the repository at this point in the history
first build paparazzi itself, then compile all test targets
  • Loading branch information
flixr committed Aug 27, 2014
1 parent 4275468 commit 4e33b0e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: c
compiler:
- gcc
- clang
before_install:
- sudo add-apt-repository ppa:paparazzi-uav/ppa -y
- sudo add-apt-repository ppa:terry.guo/gcc-arm-embedded -y
- sudo apt-get update -q
install:
- sudo apt-get install paparazzi-dev paparazzi-jsbsim gcc-arm-none-eabi
before_script: cd conf && ln -s conf_tests.xml conf.xml && cd ..
script:
- make
- make run_tests J=AUTO TEST_FILES=examples/01_compile_all_test_targets.t
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Paparazzi UAS
=============

[![Build Status](https://travis-ci.org/paparazzi/paparazzi.png?branch=master)](https://travis-ci.org/paparazzi/paparazzi)

Paparazzi is an attempt to develop a free software Unmanned (Air) Vehicle System.
As of today the system is being used successfuly by a number of hobyists, universities and companies all over the world, on vehicle of various size ( 100g to 25Kg ) and of various nature ( fixed wing, rotorcrafts, boats and surface vehicles).

Expand Down

0 comments on commit 4e33b0e

Please sign in to comment.