rocksdb/.travis.yml

29 lines
877 B
YAML
Raw Normal View History

2015-09-10 02:55:33 +02:00
sudo: false
language: cpp
2015-09-10 02:55:33 +02:00
2015-09-10 03:53:55 +02:00
matrix:
include:
- os: linux
compiler: clang
env: COMPILER=clang++-3.6
addons:
apt:
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.6']
packages: ['clang-3.6', 'zlib1g-dev', 'libbz2-dev', 'libsnappy-dev', 'libgflags-dev']
2015-09-10 03:53:55 +02:00
- os: osx
compiler: clang
before_script:
- if [ -n "${COMPILER}" ]; then CXX=${COMPILER}; fi
- if [[ $(uname -s) == 'Darwin' ]]; then brew install gflags snappy; fi
2015-09-10 02:55:33 +02:00
# Lousy hack to disable use and testing of fallocate, which doesn't behave quite
# as EnvPosixTest::AllocateTest expects within the Travis OpenVZ environment.
script: OPT=-DTRAVIS V=1 make -j4 check && OPT=-DTRAVIS V=1 make clean jclean rocksdbjava jtest
2015-09-10 03:53:55 +02:00
2014-05-15 01:08:02 +02:00
notifications:
email:
- leveldb@fb.com
2015-09-10 02:55:33 +02:00
webhooks:
- https://buildtimetrend.herokuapp.com/travis