diff options
author | Bram Moolenaar <bram@moolenaar.net> | 2019-11-27 21:56:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-27 21:56:28 +0100 |
commit | d52986e7be366b6f8c9e18078648f1c5219c4335 (patch) | |
tree | 8a0b492d49d656c356bf7ecc252c098aef489f44 | |
parent | 8fbd6723af3248a1fa46fa1e610804841603abe5 (diff) | |
download | vim-git-d52986e7be366b6f8c9e18078648f1c5219c4335.tar.gz |
Revert "Cirrus CI: add a simple CI using BSD"
-rw-r--r-- | .cirrus.yml | 9 | ||||
-rw-r--r-- | README.md | 1 |
2 files changed, 0 insertions, 10 deletions
diff --git a/.cirrus.yml b/.cirrus.yml deleted file mode 100644 index 0e4a3d64a..000000000 --- a/.cirrus.yml +++ /dev/null @@ -1,9 +0,0 @@ -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,7 +2,6 @@ [![Build Status](https://travis-ci.org/vim/vim.svg?branch=master)](https://travis-ci.org/vim/vim) [![Appveyor Build status](https://ci.appveyor.com/api/projects/status/o2qht2kjm02sgghk?svg=true)](https://ci.appveyor.com/project/chrisbra/vim) -[![Build Status](https://api.cirrus-ci.com/github/chrisbra/vim.svg)](https://cirrus-ci.com/github/chrisbra/vim) [![Coverage Status](https://codecov.io/gh/vim/vim/coverage.svg?branch=master)](https://codecov.io/gh/vim/vim?branch=master) [![Coverity Scan](https://scan.coverity.com/projects/241/badge.svg)](https://scan.coverity.com/projects/vim) [![Language Grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/vim/vim.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/vim/vim/context:cpp) |