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 "$0: compiling ArangoDB"
|
||||
|
||||
(cd build && make -j4)
|
||||
|
||||
echo
|
||||
echo "$0: testing ArangoDB"
|
||||
|
||||
ulimit -c unlimited -S # enable core files
|
||||
./scripts/quickieTest.sh
|
||||
(cd build && make -j5)
|
||||
|
||||
echo
|
||||
echo "$0: done"
|
||||
|
|
Loading…
Reference in New Issue