Run android test locally with X86 emulator
This commit is contained in:
@@ -38,5 +38,10 @@ projectTest {
|
||||
doFirst {
|
||||
environment("kotlin.tests.android.timeout", "45")
|
||||
}
|
||||
|
||||
if (project.hasProperty("teamcity") || project.hasProperty("kotlin.test.android.teamcity")) {
|
||||
systemProperty("kotlin.test.android.teamcity", true)
|
||||
}
|
||||
|
||||
workingDir = rootDir
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user