mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
Jenkins hardware snapdragon build with CCACHE_BASEDIR and dump logs
This commit is contained in:
@@ -13,12 +13,19 @@ pipeline {
|
||||
sh 'make distclean'
|
||||
sh 'ccache -z'
|
||||
sh 'git fetch --tags'
|
||||
sh 'make eagle_default'
|
||||
sh 'CCACHE_BASEDIR=${WORKSPACE} make eagle_default'
|
||||
sh 'ccache -s'
|
||||
// sanity check
|
||||
sh 'adb devices'
|
||||
sh 'make eagle_default sanity'
|
||||
}
|
||||
post {
|
||||
always {
|
||||
sh 'cat boards/atlflight/eagle/scripts/px4.log'
|
||||
sh 'cat boards/atlflight/eagle/scripts/minidm.log'
|
||||
sh 'make distclean'
|
||||
}
|
||||
}
|
||||
options {
|
||||
timeout(time: 30, unit: 'MINUTES')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user