mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Update toolchain
This commit is contained in:
6
build.sh
6
build.sh
@@ -128,14 +128,14 @@ install_apk() {
|
||||
log_info "Installing APK"
|
||||
|
||||
if [ ! -z $RELEASE ]; then
|
||||
$ADB install -r ${OUTPUTS_DIR}/apk/app-release.apk || fail
|
||||
$ADB install -r ${OUTPUTS_DIR}/apk/release/app-release.apk || fail
|
||||
else
|
||||
$ADB install -r ${OUTPUTS_DIR}/apk/app-debug.apk || fail
|
||||
$ADB install -r ${OUTPUTS_DIR}/apk/debug/app-debug.apk || fail
|
||||
fi
|
||||
}
|
||||
|
||||
install_test_apk() {
|
||||
$ADB install -r ${OUTPUTS_DIR}/apk/app-debug-androidTest.apk || fail
|
||||
$ADB install -r ${OUTPUTS_DIR}/apk/androidTest/debug/app-debug-androidTest.apk || fail
|
||||
}
|
||||
|
||||
run_instrumented_tests() {
|
||||
|
||||
Reference in New Issue
Block a user