@@ -62,6 +62,11 @@ Please see/edit [`CMakeConfig.txt`](./CMakeConfig.txt) or use `ccmake(1)` or
6262* libevent (required for: contrib/bin/memaslap)
6363* Cyrus' libsasl2 (required for: libmemacached/sasl)
6464
65+ ### Binaries
66+
67+ CI and release builds for Linux, a couple BSDs, MacOS and Windows are available at
68+ https://artifacts.m6w6.name/libmemcached/ and rsync://m6w6.name::artifacts/libmemcached/.
69+
6570## Testing
6671
6772[ ![ Codecov Badge]] ( https://codecov.io/gh/m6w6/libmemcached )
@@ -77,13 +82,9 @@ Enable the `BUILD_TESTING` setting for a build and run `make test`.
7782
7883### Continuous integration
7984
80- [ ![ Travis Badge]] ( https://travis-ci.org/github/m6w6/libmemcached )
8185[ ![ Actions Badge]] ( https://github.com/m6w6/libmemcached/actions?query=workflow%3Acmake-build-ci )
8286[ ![ Sourcehut Badge]] ( https://builds.sr.ht/~m6w6/libmemcached )
8387
84- [ Travis Badge] :
85- https://api.travis-ci.org/m6w6/libmemcached.svg?branch=v1.x
86- "Travis CI"
8788[ Actions Badge] :
8889 https://github.com/m6w6/libmemcached/workflows/cmake-build-ci/badge.svg?branch=v1.x
8990 "Github Actions"
@@ -95,11 +96,10 @@ CI/Testing is performed on the following system matrix:
9596
9697| OS | Compiler | Arch | Comments |
9798| ------------------| ------------------------------| -------------------------| ----------------------------|
98- | Linux | GNU 9 | aarch64, ppc64le, s390x | sasl, coverage, graviton2 |
9999| Linux | GNU 7/8/9/10, Clang 6/8/9/10 | amd64 | sasl, coverage, sanitizers |
100100| MacOS | AppleClang 12 | amd64 | sasl, coverage |
101101| FreeBSD, OpenBSD | Clang 8 | amd64 | sasl, coverage |
102- | Windows | MSVC 16 | amd64 | no sasl, no tests |
102+ | Windows | MSVC 16, MinGW | amd64 | no sasl, no tests |
103103| Solaris | SunPro 12.5 | amd64 | no sasl, no tests, manually|
104104
105105libmemcached has been tested against [ memcached] ( https://github.com/memcached/memcached ) v1.5 and v1.6.
0 commit comments