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) {
|
||||
sh("pwd")
|
||||
sh("cd hello-world/")
|
||||
sh("pwd")
|
||||
// sh("cd hello-world/")
|
||||
//sh("pwd")
|
||||
def flavor ="${board}_${build_type}_${core_type}"
|
||||
if (core_type=="32")
|
||||
flavor ="${board}_${build_type}"
|
||||
|
Reference in New Issue
Block a user