mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-23 19:21:53 +03:00
Archive also neovim when building on Jenkins
This commit is contained in:
parent
af4b032df6
commit
ef6daa8e80
@ -41,7 +41,7 @@ releaseVimRJob.with {
|
||||
|
||||
publishers {
|
||||
archiveArtifacts {
|
||||
pattern('build/Build/Products/Release/**, release.spec.sh, release-notes.temp.md, appcast*, build_release.temp.sh')
|
||||
pattern('Neovim/build', 'build/Build/Products/Release/**, release.spec.sh, release-notes.temp.md, appcast*, build_release.temp.sh')
|
||||
onlyIfSuccessful()
|
||||
}
|
||||
}
|
||||
@ -77,7 +77,7 @@ nightlyVimRJob.with {
|
||||
|
||||
publishers {
|
||||
archiveArtifacts {
|
||||
pattern('build/Build/Products/Release/**')
|
||||
pattern('Neovim/build', 'build/Build/Products/Release/**')
|
||||
onlyIfSuccessful()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user