-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathentrypoint.sh
More file actions
25 lines (15 loc) · 749 Bytes
/
entrypoint.sh
File metadata and controls
25 lines (15 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/usr/bin/env bash
set -e
adb connect 172.17.0.2:5555
sleep 5
echo "Connected to "
# adb push /opt/app-debug.apk /data/local/tmp/com.infeez.androidmoduleexample
# adb shell pm install -t -r "/data/local/tmp/com.infeez.androidmoduleexample"
# adb push /opt/app-debug-androidTest.apk /data/local/tmp/com.infeez.androidmoduleexample.test
# adb shell pm install -t -r "/data/local/tmp/com.infeez.androidmoduleexample.test"
# echo "Test started"
# adb shell am instrument -w -r -e debug false -e class 'com.infeez.androidmoduleexample.ExampleInstrumentedTest' com.infeez.androidmoduleexample.test/androidx.test.runner.AndroidJUnitRunner
echo "Marathon started"
ls -lah /opt
marathon --marathonfile Marathonfile
# --android-sdk "${ANDROID_SDK}"