mirror of https://gitee.com/bigwinds/arangodb
Let's try this again
This commit is contained in:
parent
b5156d26cf
commit
e7f82b5704
|
@ -1,6 +1,6 @@
|
|||
language: c
|
||||
before_script: "bash -c 'cd UnitTests/HttpInterface && bundle'"
|
||||
script: "./configure && make unittests"
|
||||
script: "make setup && ./configure --enable-relative --enable-all-in-one-libev --enable-all-in-one-v8 --enable-all-in-one-icu && make unittests"
|
||||
|
||||
branches:
|
||||
only:
|
||||
|
|
Loading…
Reference in New Issue