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

17 lines
279 B

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