mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Jenkins hardware linux add CCACHE_BASEDIR for rpi build
This commit is contained in:
@@ -13,9 +13,9 @@ pipeline {
|
|||||||
sh 'make distclean'
|
sh 'make distclean'
|
||||||
sh 'ccache -z'
|
sh 'ccache -z'
|
||||||
sh 'git fetch --tags'
|
sh 'git fetch --tags'
|
||||||
sh 'make emlid_navio2_native'
|
sh 'CCACHE_BASEDIR=${WORKSPACE} make emlid_navio2_native'
|
||||||
sh 'ccache -s'
|
sh 'ccache -s'
|
||||||
sh 'cd build/emlid_navio2_native/ && ./bin/px4 -s ../../posix-configs/rpi/px4_test.config'
|
sh 'cd build/emlid_navio2_native/ && ./bin/px4 -s ../../posix-configs/rpi/px4_test.config'
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
timeout(time: 30, unit: 'MINUTES')
|
timeout(time: 30, unit: 'MINUTES')
|
||||||
|
|||||||
@@ -47,8 +47,15 @@ linux_pwm_out start
|
|||||||
logger start -t -b 200
|
logger start -t -b 200
|
||||||
mavlink boot_complete
|
mavlink boot_complete
|
||||||
|
|
||||||
list_topics
|
sleep 5
|
||||||
sensors status
|
|
||||||
commander check
|
commander check
|
||||||
|
ekf2 status
|
||||||
|
mavlink status
|
||||||
|
mavlink status streams
|
||||||
|
sensors status
|
||||||
perf
|
perf
|
||||||
|
perf latency
|
||||||
|
uorb top -1
|
||||||
|
|
||||||
shutdown
|
shutdown
|
||||||
|
|||||||
Reference in New Issue
Block a user