enabled make in jenkinfiles and update bsp

This commit is contained in:
2025-07-04 19:05:34 +02:00
parent ed4ab31837
commit 4975a8273c
2 changed files with 4 additions and 4 deletions

6
Jenkinsfile vendored
View File

@ -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 {