mirror of https://gitee.com/bigwinds/arangodb
create tar archive with precompiled libs
This commit is contained in:
parent
ff0a8cd1c8
commit
3fe7dcc41d
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
tar cvf travis-precompiled.tar \
|
||||
.v8-build-64 \
|
||||
3rdParty/V8-3.29.59/include \
|
||||
3rdParty/V8-3.29.59/out/x64.release/obj.target/tools/gyp \
|
||||
3rdParty/V8-3.29.59/third_party/icu/source/common \
|
||||
3rdParty/V8-3.29.59/third_party/icu/source/i18n \
|
||||
3rdParty/V8-3.29.59/third_party/icu/source/io \
|
||||
3rdParty/V8-3.29.59/out/x64.release/obj.target/third_party/icu
|
Loading…
Reference in New Issue