Revision c1d8065f0ac99f763939201cf76eb7ed3467503f authored by Felix Ruess on 20 December 2015, 13:39:49 UTC, committed by Felix Ruess on 20 December 2015, 13:39:49 UTC
* 'stereocam2state_pullrequest_kim' of https://github.com/knmcguire/paparazzi:
  [stereocam] New module for sending measurements from external stereocamera to state, with seperate conf files
2 parent s c8c5e98 + 182fc43
Raw File
.travis.yml
sudo: required
dist: trusty
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 -y paparazzi-dev paparazzi-jsbsim gcc-arm-none-eabi libipc-run-perl
script:
  - make test

notifications:
  webhooks:
    urls:
      - https://webhooks.gitter.im/e/4187f8dda7a22a92b749
    on_success: change  # options: [always|never|change] default: always
    on_failure: always  # options: [always|never|change] default: always
    on_start: false     # default: false
back to top