mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 14:18:00 +08:00
0d5f6063e5
no more moving and restoring of the conf.xml Test targets available now: - test_math: doesn't care about conf nor needs any other pprz code built - test_examples: compiles all aircrafts in conf_tests.xml, doesn't care about conf.xml - test_sim: needs a valid conf.xml with the appropriate aircrafts (Microjet for now) - test: only calls test_math and test_examples for now (no X needed, conf.xml is not read)
21 lines
602 B
YAML
21 lines
602 B
YAML
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 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
|