fork of https://github.com/rust-rocksdb/rust-rocksdb for nextgraph
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
344 B
24 lines
344 B
language: rust
|
|
dist: trusty
|
|
sudo: true
|
|
|
|
rust:
|
|
- stable
|
|
- beta
|
|
|
|
addons:
|
|
apt:
|
|
sources:
|
|
- ubuntu-toolchain-r-test
|
|
- llvm-toolchain-trusty
|
|
packages:
|
|
- g++-5
|
|
- llvm-3.9-dev
|
|
- libclang-3.9-dev
|
|
- clang-3.9
|
|
|
|
script:
|
|
- cargo test --manifest-path=librocksdb-sys/Cargo.toml
|
|
- cargo test
|
|
|
|
cache: cargo
|
|
|