Loading .gitlab-ci.yml 0 → 100644 +23 −0 Original line number Diff line number Diff line image: "registry.gitlab.e.foundation:5000/e/apps/docker-android-apps-cicd:latest" stages: - build before_script: - export GRADLE_USER_HOME=$(pwd)/.gradle cache: key: ${CI_PROJECT_ID} paths: - .gradle/ build: stage: build script: - ./autogen.sh - ./configure - make apk-release artifacts: paths: - android/build/outputs/apk/release/espeak-release-unsigned.apk android/build.gradle +2 −1 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ dependencies { android { buildToolsVersion '28.0.3' compileSdkVersion 26 ndkVersion "21.3.6528147" defaultConfig { minSdkVersion 14 Loading Loading
.gitlab-ci.yml 0 → 100644 +23 −0 Original line number Diff line number Diff line image: "registry.gitlab.e.foundation:5000/e/apps/docker-android-apps-cicd:latest" stages: - build before_script: - export GRADLE_USER_HOME=$(pwd)/.gradle cache: key: ${CI_PROJECT_ID} paths: - .gradle/ build: stage: build script: - ./autogen.sh - ./configure - make apk-release artifacts: paths: - android/build/outputs/apk/release/espeak-release-unsigned.apk
android/build.gradle +2 −1 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ dependencies { android { buildToolsVersion '28.0.3' compileSdkVersion 26 ndkVersion "21.3.6528147" defaultConfig { minSdkVersion 14 Loading