forked from aniani/vim
Merge pull request #5273 from chrisbra/cirrus_ci
Cirrus CI: add a simple CI using BSD
This commit is contained in:
commit
8fbd6723af
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://ci.appveyor.com/project/chrisbra/vim)
|
||||
[](https://cirrus-ci.com/github/chrisbra/vim)
|
||||
[](https://codecov.io/gh/vim/vim?branch=master)
|
||||
[](https://scan.coverity.com/projects/vim)
|
||||
[](https://lgtm.com/projects/g/vim/vim/context:cpp)
|
||||
|
Loading…
x
Reference in New Issue
Block a user