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.
 
 
 
 
 
 
rust-rocksdb/.travis.yml

20 lines
315 B

language: rust
sudo: true
compiler:
- clang
before_install:
- wget https://github.com/facebook/rocksdb/archive/rocksdb-3.8.tar.gz; tar xvf rocksdb-3.8.tar.gz && cd rocksdb-rocksdb-3.8 && make shared_lib; make install
rust:
- nightly
- 1.1.0
os:
- linux
- osx
script:
- cargo build
- cargo test