update px4fmu_test and add px4fmu-v2_test to Jenkins

This commit is contained in:
Daniel Agar
2018-04-07 21:45:09 -04:00
parent f1f72c70e0
commit 3b64325ff8
3 changed files with 81 additions and 55 deletions

1
Jenkinsfile vendored
View File

@@ -46,6 +46,7 @@ pipeline {
sh "wget --no-verbose -N https://s3.amazonaws.com/px4-travis/Firmware/master/nuttx_px4fmu-v2_default.elf"
sh "bloaty -d symbols -n 100 -C full -s file build/nuttx_px4fmu-v2_default/nuttx_px4fmu-v2_default.elf -- nuttx_px4fmu-v2_default.elf"
sh "make nuttx_px4fmu-v2_lpe"
sh "make nuttx_px4fmu-v2_test"
sh "make nuttx_px4fmu-v3_default"
sh "bloaty -d symbols -n 100 -s vm build/nuttx_px4fmu-v3_default/nuttx_px4fmu-v3_default.elf"
sh "bloaty -d compileunits -n 100 -s vm build/nuttx_px4fmu-v3_default/nuttx_px4fmu-v3_default.elf"