@@ -42,11 +42,11 @@ Enable the `BUILD_TESTING` setting for a build and run `make test`.
42
42
43
43
CI/Test results are available at:
44
44
45
- | Provider | Status | OS | Compiler | Arch |
46
- | --------------| ---------------------| --------------| ------------| -----------------------|
47
- | [ Travis CI] | ![ Travis CI Badge] | Linux | GNU | arm64, ppc64le, s390x |
48
- | [ Cirrus CI ] | ![ Cirrus CI Badge] | FreeBSD | Clang | amd64 |
49
- | [ GH Actions] | ![ GH Actions Badge] | Linux, MacOS | GNU, Clang | amd64 |
45
+ | Provider | Status | OS | Compiler | Arch |
46
+ | ---------------- | ----------------------- | ---- --------------| ------------| -----------------------|
47
+ | [ Travis CI] | ![ Travis CI Badge] | Linux | GNU | arm64, ppc64le, s390x |
48
+ | [ Builds.sr.ht ] | ![ Builds.sr.ht Badge] | FreeBSD, OpenBSD | Clang | amd64 |
49
+ | [ GH Actions] | ![ GH Actions Badge] | Linux, MacOS | GNU, Clang | amd64 |
50
50
51
51
Additional project metrics:
52
52
@@ -74,22 +74,22 @@ A list of known permanent issues is maintained in [BUGS](./BUGS.md).
74
74
All forms of contribution are welcome! Please see the bundled
75
75
[ CONTRIBUTING] ( ./CONTRIBUTING.md ) note for the general principles followed.
76
76
77
- The list of past and current contributors is maintained in [ THANKS] ( ./THANKS ) .
78
-
79
- The list of current maintainers is available in [ AUTHORS] ( ./AUTHORS ) .
77
+ The list of current and past maintainers and contributors is available in [ AUTHORS] ( ./AUTHORS ) .
80
78
81
79
### Building and updating docs
82
80
83
- See [ gh-pages/publish] ( ./docs/gh-pages/publish.sh ) script, which automates
84
- pushing updated documentation to github pages.
85
-
86
- [ Travis CI ] : https://travis-ci.org/github/m6w6/libmemcached " Travis CI Build Status "
87
- [ Travis CI Badge ] : https://api.travis-ci.org/m6w6/libmemcached.svg?branch=v1.x " Travis CI Build Status "
88
- [ Cirrus CI ] : https://cirrus-ci.com/github/m6w6/libmemcached " Cirrus CI Build Status "
89
- [ Cirrus CI Badge ] : https://api.cirrus-ci.com/github/m6w6/libmemcached.svg?branch=v1.x " Cirrus CI Build Status "
90
- [ GH Actions ] : https://github.com/m6w6/libmemcached/actions?query=workflow%3Acmake-build-ci " GH Actions Build Status "
91
- [ GH Actions Badge ] : https://img.shields.io/github/workflow/status/m6w6/libmemcached/cmake-build-ci?style=flat " GH Actions Build Status "
92
-
93
-
94
- [ Codecov ] : https://codecov.io/gh/m6w6/libmemcached " Codecov Code Coverage "
95
- [ Codecov Badge ] : https://codecov.io/gh/m6w6/libmemcached/branch/v1.x/graph/badge.svg " Codecov Code Coverage "
81
+ See [ gh-pages/publish] ( ./docs/gh-pages/publish.sh ) script and the
82
+ [ docs-publish-pages] ( ./.github/workflows/docs-publish-pages.yml ) workflow,
83
+ which automate pushing updated documentation to github pages.
84
+
85
+ [ Travis CI ] : https://travis-ci.org/github/m6w6/libmemcached
86
+ [ Travis CI Badge ] : https://api.travis-ci.org/m6w6/libmemcached.svg?branch=v1.x
87
+ [ Cirrus CI ] : https://cirrus-ci.com/github/m6w6/libmemcached
88
+ [ Cirrus CI Badge ] : https://api.cirrus-ci.com/github/m6w6/libmemcached.svg?branch=v1.x
89
+ [ GH Actions ] : https://github.com/m6w6/libmemcached/actions?query=workflow%3Acmake-build-ci
90
+ [ GH Actions Badge ] : https://github.com/m6w6/libmemcached/workflows/cmake-build-ci/badge.svg?branch=v1.x
91
+ [ Builds.sr.ht ] : https://builds.sr.ht/~m6w6/libmemcached
92
+ [ Builds.sr.ht Badge ] : https://builds.sr.ht/~m6w6/libmemcached/commits.svg
93
+
94
+ [ Codecov ] : https://codecov.io/gh/m6w6/libmemcached
95
+ [ Codecov Badge ] : https://codecov.io/gh/m6w6/libmemcached/branch/v1.x/graph/badge.svg
0 commit comments