summaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/runner.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/main/resources/runner.yml b/src/main/resources/runner.yml
new file mode 100644
index 0000000..b045ceb
--- /dev/null
+++ b/src/main/resources/runner.yml
@@ -0,0 +1,11 @@
+register:
+ url: http://asw.geedge.net
+ token: T_kahaafa
+executors:
+ - type: local
+ platform: android
+ concurrent: 1
+ - type: docker
+ platform: android
+ image: docker-android/docker-android:v11
+ concurrent: 2 \ No newline at end of file