diff --git a/Jenkinsfile b/Jenkinsfile index 238a99a..5ece90e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 { diff --git a/bare-metal-bsp b/bare-metal-bsp index ca36d3e..b69fd19 160000 --- a/bare-metal-bsp +++ b/bare-metal-bsp @@ -1 +1 @@ -Subproject commit ca36d3ef84570e7ed2434d4c81069af10d903e2c +Subproject commit b69fd19910e6c34eb25bd22ef56a59655ceb4e61