Merge pull request #569 from adamretter/travis-java-api
Another attempt at adding the Java API and tests to the travis build
This commit is contained in:
commit
b0d12a135f
@ -14,6 +14,6 @@ before_install:
|
|||||||
- sudo dpkg -i libgflags-dev_2.0-1_amd64.deb
|
- sudo dpkg -i libgflags-dev_2.0-1_amd64.deb
|
||||||
# Lousy hack to disable use and testing of fallocate, which doesn't behave quite
|
# Lousy hack to disable use and testing of fallocate, which doesn't behave quite
|
||||||
# as EnvPosixTest::AllocateTest expects within the Travis OpenVZ environment.
|
# as EnvPosixTest::AllocateTest expects within the Travis OpenVZ environment.
|
||||||
script: OPT=-DTRAVIS V=1 make unity && make clean && OPT=-DTRAVIS V=1 make db_test && ./db_test
|
script: OPT=-DTRAVIS V=1 make unity && make clean && OPT=-DTRAVIS V=1 make db_test && ./db_test && OPT=-DTRAVIS V=1 make clean jclean rocksdbjava jtest
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user