test building on Z12
This commit is contained in:
parent
5bdd3a05f0
commit
d54cc47f52
|
@ -7,7 +7,7 @@ pipeline {
|
|||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh 'make clean && make'
|
||||
sh 'make clean && make TARGET=Z12'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue