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

21 lines
315 B

10 years ago
language: rust
sudo: true
9 years ago
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
9 years ago
- cargo test