This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
instrumentedTests: | |
stage: uiTest | |
script: | |
- ./gradlew connectedDebugAndroidTest | |
tags: | |
- <gitlab-linux-runner-tag> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
image: registry.xxx.yy-qemu-enabled-image | |
stages: | |
- test | |
instrumentedTests: | |
stage: test | |
script: | |
# create the emulator | |
- echo no | avdmanager create avd -n test -k "system-images;android-${EMULATOR_VERSION};default;x86_64" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import com.android.build.api.dsl.ApplicationExtension | |
import com.android.build.api.dsl.ApplicationProductFlavor | |
import com.android.build.api.dsl.CommonExtension | |
import com.android.build.api.dsl.ProductFlavor | |
import org.gradle.api.Project | |
@Suppress("EnumEntryName") | |
enum class FlavorDimension { | |
contentType |
OlderNewer