mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Jenkins update CMAKE_BUILD_TYPE to PX4_CMAKE_BUILD_TYPE
This commit is contained in:
parent
92d288e8d4
commit
efbe63c1ca
@ -5,7 +5,7 @@ pipeline {
|
||||
|
||||
parameters {
|
||||
choice(
|
||||
name: 'CMAKE_BUILD_TYPE',
|
||||
name: 'PX4_CMAKE_BUILD_TYPE',
|
||||
choices: ['RelWithDebInfo', 'Coverage', 'AddressSanitizer'],
|
||||
description: "CMake build type"
|
||||
)
|
||||
@ -74,7 +74,7 @@ pipeline {
|
||||
sh 'make distclean'
|
||||
}
|
||||
when {
|
||||
environment name: 'CMAKE_BUILD_TYPE', value: 'Coverage'
|
||||
environment name: 'PX4_CMAKE_BUILD_TYPE', value: 'Coverage'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user