Need to build Debian packages first
This commit is contained in:
parent
17e0112298
commit
988198282e
1 changed files with 7 additions and 6 deletions
13
Jenkinsfile
vendored
13
Jenkinsfile
vendored
|
|
@ -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 {
|
||||
|
|
@ -197,11 +204,5 @@ pipeline {
|
|||
}
|
||||
}
|
||||
|
||||
// Build and publish Debian packages to Github
|
||||
stage('Debian') {
|
||||
steps {
|
||||
sh 'make debian'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue