Browse Source

try generic just to be sure

pull/4843/head
Martin Kroeker GitHub 1 year ago
parent
commit
4ccffe99df
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Jenkinsfile

+ 1
- 1
Jenkinsfile View File

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


Loading…
Cancel
Save