Skip to content

Commit

Permalink
build only R6 bitstream to speed up testing #802
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Gardner-Stephen committed May 18, 2024
1 parent 1dc09d1 commit 565d420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ pipeline {
}
}
}
*/
stage('Build MEGA65R4') {
steps {
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE', catchInterruptions: false) {
Expand Down Expand Up @@ -78,6 +77,7 @@ pipeline {
}
}
}
*/
stage('Set build result') {
steps {
script {
Expand Down

0 comments on commit 565d420

Please sign in to comment.