Skip to content

Commit

Permalink
Need to build Debian packages first
Browse files Browse the repository at this point in the history
  • Loading branch information
synesthesiam committed Jun 29, 2022
1 parent 17e0112 commit 9881982
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,13 @@ pipeline {
}
}

// Build and publish Debian packages to Github
stage('Debian') {
steps {
sh 'make debian'
}
}

// Create a new tagged Github release with source distribution and Debian packages
stage('Publish mimic3') {
environment {
Expand Down Expand Up @@ -197,11 +204,5 @@ pipeline {
}
}

// Build and publish Debian packages to Github
stage('Debian') {
steps {
sh 'make debian'
}
}
}
}

0 comments on commit 9881982

Please sign in to comment.