1
0
Fork 0

create tar archive with precompiled libs

This commit is contained in:
Frank Celler 2015-01-07 17:19:52 +01:00
parent ff0a8cd1c8
commit 3fe7dcc41d
1 changed files with 10 additions and 0 deletions

View File

@ -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