Skip to content

Commit d92f587

Browse files
authored
FreeBSD CI support (nxadm#23)
FreeBSD CI support
1 parent 58ffebe commit d92f587

2 files changed

Lines changed: 14 additions & 5 deletions

File tree

.cirrus.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
task:
2+
name: FreeBSD
3+
freebsd_instance:
4+
image_family: freebsd-12-2
5+
install_script: pkg install -y go
6+
script: |
7+
go build
8+
go test -v -race ./...

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
![ci](https://github.com/nxadm/tail/workflows/ci/badge.svg)[![Go Reference](https://pkg.go.dev/badge/github.com/nxadm/tail.svg)](https://pkg.go.dev/github.com/nxadm/tail)
2-
1+
[![Go Reference](https://pkg.go.dev/badge/github.com/nxadm/tail.svg)](https://pkg.go.dev/github.com/nxadm/tail)
2+
![ci](https://github.com/nxadm/tail/workflows/ci/badge.svg)
3+
[![FreeBSD](https://api.cirrus-ci.com/github/nxadm/tail.svg)](https://cirrus-ci.com/github/nxadm/tail)
34
# tail functionality in Go
45

56
nxadm/tail provides a Go library that emulates the features of the BSD `tail`
67
program. The library comes with full support for truncation/move detection as
78
it is designed to work with log rotation tools. The library works on all
8-
operating systems supported by Go, including POSIX systems like Linux and
9-
*BSD, and MS Windows. Go 1.9 is the oldest compiler release supported.
9+
operating systems supported by Go, including POSIX systems like Linux, *BSD,
10+
MacOS, and MS Windows. Go 1.9 is the oldest compiler release supported.
1011

1112
A simple example:
1213

@@ -41,4 +42,4 @@ nxadm/tail continues the development by keeping up to date with the Go toolchain
4142
and fixing bugs.
4243

4344
## Examples
44-
Examples, e.g. used to debug an issue, are kept in the [examples directory](/examples).
45+
Examples, e.g. used to debug an issue, are kept in the [examples directory](/examples).

0 commit comments

Comments
 (0)