File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 11output /
22build /
3+ * .txz
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ script:
2020 - ./build_example.bash
2121
2222after_success :
23- - tar -C output -czf llvm-obfuscator-arm.tgz .
24- - PRODUCT_VERSION=v1 ./publish.sh llvm-obfuscator-arm.tgz
23+ - tar -C output -cJf llvm-obfuscator-arm.txz .
24+ - PRODUCT_VERSION=v1 ./publish.sh llvm-obfuscator-arm.txz
2525
2626env :
2727 global :
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- R=/opt/llvm-obfuscator/sysroot
3+ D=$( (cd ` dirname $0 ` /../.. > /dev/null; pwd -P) )
4+ R=$D /sysroot
45
5- /opt/llvm-obfuscator /bin/clang \
6+ ${D} /bin/clang \
67 -I ${R} /usr/arm-linux-gnueabihf/include \
78 -L ${R} /usr/arm-linux-gnueabi/libhf \
89 -ccc-gcc-name arm-linux-gnueabihf-gcc \
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- R=/opt/llvm-obfuscator/sysroot
3+ D=$( (cd ` dirname $0 ` /../.. > /dev/null; pwd -P) )
4+ R=$D /sysroot
45
5- /opt/llvm-obfuscator /bin/clang++ \
6+ ${D} /bin/clang++ \
67 -I ${R} /usr/arm-linux-gnueabihf/include \
78 -L ${R} /usr/arm-linux-gnueabi/libhf \
89 -I ${R} /usr/arm-linux-gnueabihf/include/c++/4.8.5/ \
You can’t perform that action at this time.
0 commit comments