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 rtl') {steps { make_hello("rtl")}}
|
||||||
stage('make ehrenberg') {steps { make_hello("ehrenberg")}}
|
stage('make ehrenberg') {steps { make_hello("ehrenberg")}}
|
||||||
stage('make tgc_vp') {steps { make_hello("tgc_vp")}}*/
|
stage('make tgc_vp') {steps { make_hello("tgc_vp")}}*/
|
||||||
/*
|
|
||||||
stage('make hello-world') {
|
stage('make hello-world') {
|
||||||
matrix {
|
matrix {
|
||||||
axes {
|
axes {
|
||||||
axis{
|
axis{
|
||||||
name 'BOARD'
|
name 'BOARD'
|
||||||
values 'iss', 'hifive1', 'TGCP', 'Moonlight', 'rtl', 'tgc_vp'
|
values 'iss', 'Moonlight', 'tgc_vp'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
@ -84,7 +84,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
stage('CMAKE flow for hello-world') {
|
stage('CMAKE flow for hello-world') {
|
||||||
matrix {
|
matrix {
|
||||||
axes {
|
axes {
|
||||||
|
Submodule bare-metal-bsp updated: ca36d3ef84...b69fd19910
Reference in New Issue
Block a user