storj/lib/uplink-gomobile/test-libuplink-android.sh
2019-10-06 15:34:12 -07:00

11 lines
388 B
Bash
Executable File

#!/bin/bash
set -ueo pipefail
echo "Executing gomobile bind"
gomobile bind -target android -o libuplink_android/app/libs/libuplink-android.aar -javapkg io.storj.libuplink storj.io/storj/mobile
cd libuplink_android
# Might be easier way than -Pandroid.testInstrumentationRunnerArguments
./gradlew connectedAndroidTest -Pandroid.testInstrumentationRunnerArguments.scope=$GATEWAY_0_SCOPE