Browse Source

should have been z13 of course

pull/4843/head
Martin Kroeker GitHub 1 year ago
parent
commit
c2cd57bdd0
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 { stages {
stage('Build') { stage('Build') {
steps { steps {
sh 'make clean && make TARGET=Z12'
sh 'make clean && make TARGET=Z13'
} }
} }
} }


Loading…
Cancel
Save