DeepSpeech/taskcluster/android-package.sh
2018-12-13 13:24:02 +01:00

14 lines
261 B
Bash
Executable File

#!/bin/bash
set -xe
arm_flavor=$1
source $(dirname "$0")/../tc-tests-utils.sh
mkdir -p ${TASKCLUSTER_ARTIFACTS} || true
cp ${DS_ROOT_TASK}/DeepSpeech/tf/bazel*.log ${TASKCLUSTER_ARTIFACTS}/
package_native_client_ndk "native_client.tar.xz" "${arm_flavor}"