gitlab-ci-android icon indicating copy to clipboard operation
gitlab-ci-android copied to clipboard

Create devcontainer.json

Open baveresch1992-commits opened this issue 2 months ago • 0 comments

image: jangrewe/gitlab-ci-android

stages:

  • build

before_script:

  • export GRADLE_USER_HOME=$(pwd)/.gradle
  • chmod +x ./gradlew

cache: key: ${CI_PROJECT_ID} paths:

  • .gradle/

build: stage: build script:

  • ./gradlew assembleDebug artifacts: paths:
    • app/build/outputs/apk/app-debug.apk

baveresch1992-commits avatar Oct 11 '25 23:10 baveresch1992-commits