mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-31 12:23:23 +08:00
update travis config
This commit is contained in:
+1
-2
@@ -8,11 +8,10 @@ before_install:
|
|||||||
- sudo apt-get update -q
|
- sudo apt-get update -q
|
||||||
install:
|
install:
|
||||||
- sudo apt-get install paparazzi-dev paparazzi-jsbsim gcc-arm-none-eabi libipc-run-perl
|
- sudo apt-get install paparazzi-dev paparazzi-jsbsim gcc-arm-none-eabi libipc-run-perl
|
||||||
before_script: cd conf && ln -s conf_tests.xml conf.xml && cd ..
|
|
||||||
script:
|
script:
|
||||||
- make
|
- make
|
||||||
- make -C tests/math test
|
- make -C tests/math test
|
||||||
- PAPARAZZI_SRC=$PWD PAPARAZZI_HOME=$PWD J=AUTO prove tests/examples/
|
- PAPARAZZI_SRC=$PWD PAPARAZZI_HOME=$PWD CONF_XML=$PWD/conf/conf_tests.xml prove tests/examples/
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
webhooks:
|
webhooks:
|
||||||
|
|||||||
Reference in New Issue
Block a user