mirror of https://gitee.com/bigwinds/arangodb
tests are now run on local cluster, not travis
This commit is contained in:
parent
492d832695
commit
6df01a8b25
|
@ -19,13 +19,7 @@ echo "CXX: $CXX"
|
||||||
echo
|
echo
|
||||||
echo "$0: compiling ArangoDB"
|
echo "$0: compiling ArangoDB"
|
||||||
|
|
||||||
(cd build && make -j4)
|
(cd build && make -j5)
|
||||||
|
|
||||||
echo
|
|
||||||
echo "$0: testing ArangoDB"
|
|
||||||
|
|
||||||
ulimit -c unlimited -S # enable core files
|
|
||||||
./scripts/quickieTest.sh
|
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "$0: done"
|
echo "$0: done"
|
||||||
|
|
Loading…
Reference in New Issue