updates Jenkinsfile
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -31,8 +31,8 @@ void make_hello(board) {
|
|||||||
|
|
||||||
void cmake_hello(board,build_type,core_type) {
|
void cmake_hello(board,build_type,core_type) {
|
||||||
sh("pwd")
|
sh("pwd")
|
||||||
sh("cd hello-world/")
|
// sh("cd hello-world/")
|
||||||
sh("pwd")
|
//sh("pwd")
|
||||||
def flavor ="${board}_${build_type}_${core_type}"
|
def flavor ="${board}_${build_type}_${core_type}"
|
||||||
if (core_type=="32")
|
if (core_type=="32")
|
||||||
flavor ="${board}_${build_type}"
|
flavor ="${board}_${build_type}"
|
||||||
|
Reference in New Issue
Block a user