Skip to content
Snippets Groups Projects
Commit efbe63c1 authored by Daniel Agar's avatar Daniel Agar
Browse files

Jenkins update CMAKE_BUILD_TYPE to PX4_CMAKE_BUILD_TYPE

parent 92d288e8
No related branches found
No related tags found
No related merge requests found
......@@ -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'
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment