mozilla / rkv

A simple, humane, typed key-value storage solution.
https://crates.io/crates/rkv
Apache License 2.0
304 stars 52 forks source link

Replace travis CI/AppVeyor with CircleCI #218

Closed badboy closed 2 years ago

badboy commented 2 years ago

Note: This is currently a very reduced feature set.


Note that while this removes the old config, the services are still set up to do work. Trying to figure out who can help with that.

saschanaz commented 2 years ago

I'd still prefer GitHub Actions unless there's a good reason to prefer CircleCI, 1) just because I'm more familiar with GHA 2) that way we won't need to go another website with another permission to modify settings 👀

(We should also fix README badges btw)

badboy commented 2 years ago

I'm ok with GhA. We don't need anything special, so all already-allowed actions should be good enough for us. I would leave the setup to you then though.