Add Cirrus CI badges

This commit is contained in:
Alex Kotov 2022-01-31 14:12:08 +05:00
parent 06275d6d2b
commit 79094580ee
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
3 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,7 @@
freebsd_instance:
image_family: freebsd-13-0
task:
main_task:
script:
- pkg install --yes autoconf automake
- ./autogen.sh

View File

@ -2,6 +2,7 @@ libkernaux
==========
[![Test](https://github.com/tailix/libkernaux/actions/workflows/test.yml/badge.svg)](https://github.com/tailix/libkernaux/actions/workflows/test.yml)
[![FreeBSD build status](https://api.cirrus-ci.com/github/tailix/libkernaux.svg?task=main)](https://cirrus-ci.com/github/tailix/libkernaux)
Auxiliary library for kernel development.

View File

@ -2,5 +2,6 @@ KernAux
=======
[![Test](https://github.com/tailix/libkernaux/actions/workflows/test.yml/badge.svg)](https://github.com/tailix/libkernaux/actions/workflows/test.yml)
[![FreeBSD build status](https://api.cirrus-ci.com/github/tailix/libkernaux.svg?task=ruby)](https://cirrus-ci.com/github/tailix/libkernaux)
Binding to **libkernaux** - auxiliary library for kernel development.