Hi I see that the neovim github page has a debian CI badge. See: https://github.com/neovim/neovim
How about adding a similar badge in the vim github page? I attach a patch to do that (not tested) which links to: https://buildd.debian.org/status/package.php?p=vim Debian builds on many platforms which is useful to have a look at. It's currently using vim-8.0.1226. Glancing at those builds logs, I see: - failures in Test_popup_and_window_resize() on at least mips hppa, and sparc64 platforms, which are presumably fixed in vim-8.0.1241 - failures in Test_terminal_composing_unicode() and Test_terminal_special_chars() on hppa platform, See: https://buildd.debian.org/status/fetch.php?pkg=vim&arch=hppa&ver=2%3A8.0.1226-1&stamp=1509125272&raw=0 - segfault in Test_finish_open_close() on hurd-386 platform. See: https://buildd.debian.org/status/fetch.php?pkg=vim&arch=hurd-i386&ver=2%3A8.0.1226-1&stamp=1509286549&raw=0 - segfault on alpha platform. See: https://buildd.debian.org/status/fetch.php?pkg=vim&arch=alpha&ver=2%3A8.0.1226-1&stamp=1509205720&raw=0 Unfortunately, I see no stack trace when there is a segfault so I don't know how we can investigate crashes on hurd-386 and alphan platforms. Regards Dominique -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
diff --git a/README.md b/README.md index 53795a7..b60b6b6 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [](https://coveralls.io/github/vim/vim?branch=master) [](https://ci.appveyor.com/project/chrisbra/vim) [](https://scan.coverity.com/projects/vim) +[](https://buildd.debian.org/vim)[](https://buildd.debian.org/vim) ## What is Vim? ##
