Loading .gitlab-ci.yml +22 −0 Original line number Diff line number Diff line image: "registry.gitlab.e.foundation/e/os/docker-android-apps-cicd:latest" stages: - auto-merge-main - update-from-upstream - build include: - project: 'e/templates' Loading @@ -9,3 +12,22 @@ include: - project: 'e/templates' ref: master file: '/gitlab-ci/.gitlab-ci-import-updates-from-upstream.yml' before_script: - export JAVA_HOME=/usr/lib/jvm/java-21-openjdk-amd64 - export GRADLE_USER_HOME=$(pwd)/.gradle - chmod +x ./gradlew cache: key: ${CI_PROJECT_ID} paths: - .gradle/ debug: stage: build script: - ./gradlew assembleDebug artifacts: paths: - app/build/outputs/apk Loading
.gitlab-ci.yml +22 −0 Original line number Diff line number Diff line image: "registry.gitlab.e.foundation/e/os/docker-android-apps-cicd:latest" stages: - auto-merge-main - update-from-upstream - build include: - project: 'e/templates' Loading @@ -9,3 +12,22 @@ include: - project: 'e/templates' ref: master file: '/gitlab-ci/.gitlab-ci-import-updates-from-upstream.yml' before_script: - export JAVA_HOME=/usr/lib/jvm/java-21-openjdk-amd64 - export GRADLE_USER_HOME=$(pwd)/.gradle - chmod +x ./gradlew cache: key: ${CI_PROJECT_ID} paths: - .gradle/ debug: stage: build script: - ./gradlew assembleDebug artifacts: paths: - app/build/outputs/apk