hibari / hibari-brick-rs

A fast, embedded, ordered key-value store for big and small values
Other
10 stars 1 forks source link

Setup CircleCI #1

Closed tatsuya6502 closed 8 years ago

tatsuya6502 commented 8 years ago

Create a CircleCI job to run the followings:

rustup run stable cargo test
rustup run stable cargo run --release
rustup run nightly cargo build --features=clippy
tatsuya6502 commented 8 years ago

WIP: https://circleci.com/gh/hibari/hibari-brick-rs

tatsuya6502 commented 8 years ago

Done via PR #2. Now the README has the status badge.