diff --git a/README.md b/README.md index 3714230..3140787 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # pcre [![Go Reference](https://pkg.go.dev/badge/go.elara.ws/pcre.svg)](https://pkg.go.dev/go.elara.ws/pcre) +[![status-badge](https://ci.elara.ws/api/badges/49/status.svg)](https://ci.elara.ws/49) This package provides a CGo-free port of the PCRE2 regular expression library. The [lib](lib) directory contains source code automatically translated from PCRE2's C source. This package wraps that code and provides an interface as close as possible to Go's stdlib [regexp](https://pkg.go.dev/regexp) package @@ -50,4 +51,4 @@ CC=/usr/bin/gcc ccgo -o pcre2__.go -pkgname lib -trace-translation-uni - If cross-compiling, set the `CCGO_CC` variable to to path of the cross-compiler, and the `CCGO_AR` variable to the path of the cross-compiler's `ar` binary. Also, set `TARGET_GOARCH` to the GOARCH you're targeting and `TARGET_GOOS` to the OS you're targeting. -- Once the command completes, two go files will be created. One will start with `pcre2`, the other with `capi`. Copy both of these to the `lib` directory in this repo. \ No newline at end of file +- Once the command completes, two go files will be created. One will start with `pcre2`, the other with `capi`. Copy both of these to the `lib` directory in this repo.