test building on Z12

This commit is contained in:
Martin Kroeker 2024-08-06 10:32:08 +02:00 committed by GitHub
parent 5bdd3a05f0
commit d54cc47f52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -7,7 +7,7 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'make clean && make'
sh 'make clean && make TARGET=Z12'
}
}
}