Skip to content

Instantly share code, notes, and snippets.

View ctechdev's full-sized avatar

Cosimo Tassone ctechdev

View GitHub Profile
@illuzor
illuzor / .gitlab-ci.yml
Last active April 25, 2024 05:22
Config for gitlab ci android with unit tests and instrumented tests
image: ubuntu:22.04
variables:
ANDROID_COMPILE_SDK: "33"
ANDROID_BUILD_TOOLS: "33.0.2"
EMULATOR_IMAGE: "24"
SDK_TOOLS: "9477386" # from https://developer.android.com/studio/#command-tools
before_script: