mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-27 08:55:51 +08:00
fix travis config
use prove instead of make run_tests so it will use all tests in tests/examples (we can add more without changing config)
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ install:
|
|||||||
before_script: cd conf && ln -s conf_tests.xml conf.xml && cd ..
|
before_script: cd conf && ln -s conf_tests.xml conf.xml && cd ..
|
||||||
script:
|
script:
|
||||||
- make
|
- make
|
||||||
- make run_tests J=AUTO TEST_FILES=examples/01_compile_all_test_targets.t
|
- PAPARAZZI_SRC=$PWD PAPARAZZI_HOME=$PWD J=AUTO prove tests/examples/
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
webhooks:
|
webhooks:
|
||||||
|
|||||||
Reference in New Issue
Block a user