summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <bram@moolenaar.net>2019-11-27 21:57:06 +0100
committerGitHub <noreply@github.com>2019-11-27 21:57:06 +0100
commit7a212c625362d86327878d57269d63f6a2ca5d2b (patch)
tree8a0b492d49d656c356bf7ecc252c098aef489f44
parent8fbd6723af3248a1fa46fa1e610804841603abe5 (diff)
parentd52986e7be366b6f8c9e18078648f1c5219c4335 (diff)
downloadvim-git-7a212c625362d86327878d57269d63f6a2ca5d2b.tar.gz
Merge pull request #5275 from vim/revert-5273-cirrus_ci
Revert "Cirrus CI: add a simple CI using BSD"
-rw-r--r--.cirrus.yml9
-rw-r--r--README.md1
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
diff --git a/README.md b/README.md
index 949b0a6b0..c285ed4be 100644
--- a/README.md
+++ b/README.md
@@ -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)