enabled make in jenkinfiles and update bsp
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -59,13 +59,13 @@ pipeline {
|
||||
stage('make rtl') {steps { make_hello("rtl")}}
|
||||
stage('make ehrenberg') {steps { make_hello("ehrenberg")}}
|
||||
stage('make tgc_vp') {steps { make_hello("tgc_vp")}}*/
|
||||
/*
|
||||
|
||||
stage('make hello-world') {
|
||||
matrix {
|
||||
axes {
|
||||
axis{
|
||||
name 'BOARD'
|
||||
values 'iss', 'hifive1', 'TGCP', 'Moonlight', 'rtl', 'tgc_vp'
|
||||
values 'iss', 'Moonlight', 'tgc_vp'
|
||||
}
|
||||
}
|
||||
stages {
|
||||
@ -84,7 +84,7 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
stage('CMAKE flow for hello-world') {
|
||||
matrix {
|
||||
axes {
|
||||
|
Reference in New Issue
Block a user