Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisbra/vim-ci
https://github.com/chrisbra/vim-ci
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chrisbra/vim-ci
- Owner: chrisbra
- License: mit
- Created: 2015-02-09T18:15:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-26T11:22:28.000Z (over 9 years ago)
- Last Synced: 2024-10-28T19:55:02.083Z (2 months ago)
- Size: 297 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vim-ci
This is an attempt to bring some build automation to Vim.
You can use this to check the build status of the latest Vim version or to test your own patches.
It currently only builds for Linux, but might eventually support OS X (through Travis) and Windows (through AppVeyor).Feedback and contributions welcome!
## Build of the latest Vim version
[![Build Status](https://travis-ci.org/chrisbra/vim-ci.svg)](https://travis-ci.org/chrisbra/vim-ci)
You can see the build results at https://travis-ci.org/chrisbra/vim-ci. Builds are currently triggered manually,
but might eventually run at fixed intervals (e.g. once every day).## How to test Vim patches
1. Fork and clone this repository.
2. Add the patches you want to test to the `patches/` directory.
3. Commit these changes and create a pull request to this repository.This will trigger a Travis build, which will apply the patch, compile Vim and run the tests.