mirror of
https://github.com/vim/vim.git
synced 2025-10-02 05:04:20 -04:00
Cirrus CI: add a simple CI using BSD
Cirrus CI allows to run CI tests in a wide variety of systems, such as Mac, Windows and FreeBSD. For a starter, add a Cirrus-CI test just for FreeBSD using version 12, assuming Windows and Linux are already tested using appveyor and Travis CI
This commit is contained in:
9
.cirrus.yml
Normal file
9
.cirrus.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
freebsd_12_task:
|
||||||
|
freebsd_instance:
|
||||||
|
image: freebsd-12-1-release-amd64
|
||||||
|
install_script:
|
||||||
|
pkg install -y gettext gmake
|
||||||
|
build_script:
|
||||||
|
- gmake
|
||||||
|
test_script:
|
||||||
|
- gmake test
|
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
[](https://travis-ci.org/vim/vim)
|
[](https://travis-ci.org/vim/vim)
|
||||||
[](https://ci.appveyor.com/project/chrisbra/vim)
|
[](https://ci.appveyor.com/project/chrisbra/vim)
|
||||||
|
[](https://cirrus-ci.com/github/chrisbra/vim)
|
||||||
[](https://codecov.io/gh/vim/vim?branch=master)
|
[](https://codecov.io/gh/vim/vim?branch=master)
|
||||||
[](https://scan.coverity.com/projects/vim)
|
[](https://scan.coverity.com/projects/vim)
|
||||||
[](https://lgtm.com/projects/g/vim/vim/context:cpp)
|
[](https://lgtm.com/projects/g/vim/vim/context:cpp)
|
||||||
|
Reference in New Issue
Block a user