try generic just to be sure
This commit is contained in:
parent
c2cd57bdd0
commit
4ccffe99df
|
@ -7,7 +7,7 @@ pipeline {
|
|||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh 'make clean && make TARGET=Z13'
|
||||
sh 'make clean && make TARGET=ZARCH_GENERIC'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue