2015-03-10 14:40:04 +08:00
|
|
|
#put xctool.sh into your PATH
|
|
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
2021-05-18 16:40:30 +08:00
|
|
|
ADXE_ROOT="$DIR"/../../../..
|
|
|
|
cd ${ADXE_ROOT}
|
2017-04-18 11:10:11 +08:00
|
|
|
python build/android-build.py -p 13 cpp-tests lua-tests js-tests
|