diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2019-02-09 10:04:39 +0100 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2019-02-10 14:33:30 +0100 |
commit | 2a332e18a108a999b1a91eccaf8445bf98dd3032 (patch) | |
tree | aa7eab2cbbac06d0cced91ffbf5346b1e468c27b /README.md | |
parent | 9cb126792ce225e7c7d6ab5d1bf74f58f1844a29 (diff) | |
download | curl-dfandrich/cirrus.tar.gz |
Added FreeBSD builds using Cirrus CI.dfandrich/cirrus
The build logs will be at https://cirrus-ci.com/github/curl/curl
Some tests are currently failing and so disabled for now. The SSH server
isn't starting for the SSH tests due to unsupported options used in its
config file. The DICT server also is failing on startup.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ [![Coverity passed](https://scan.coverity.com/projects/curl/badge.svg)](https://scan.coverity.com/projects/curl) [![Travis-CI Build Status](https://travis-ci.org/curl/curl.svg?branch=master)](https://travis-ci.org/curl/curl) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/l1vv31029huhf4g4?svg=true)](https://ci.appveyor.com/project/curlorg/curl) +[![Cirrus Build Status](https://api.cirrus-ci.com/github/curl/curl.svg?branch=master)](https://cirrus-ci.com/github/curl/curl) [![Coverage Status](https://coveralls.io/repos/github/curl/curl/badge.svg)](https://coveralls.io/github/curl/curl) [![Backers on Open Collective](https://opencollective.com/curl/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/curl/sponsors/badge.svg)](#sponsors) |