You've already forked RekomenciMobile
ci: chore
This commit is contained in:
+2
-9
@@ -9,14 +9,7 @@ variables:
|
|||||||
ANDROID_BUILD_TOOLS: "36.0.0"
|
ANDROID_BUILD_TOOLS: "36.0.0"
|
||||||
ANDROID_SDK_TOOLS: "11076708"
|
ANDROID_SDK_TOOLS: "11076708"
|
||||||
GRADLE_USER_HOME: "$CI_PROJECT_DIR/.gradle"
|
GRADLE_USER_HOME: "$CI_PROJECT_DIR/.gradle"
|
||||||
|
ANDROID_SDK_ROOT: "$CI_PROJECT_DIR/android-home"
|
||||||
cache:
|
|
||||||
key: "${CI_JOB_NAME}"
|
|
||||||
paths:
|
|
||||||
- .gradle/caches/
|
|
||||||
- .gradle/wrapper/
|
|
||||||
- android-home/
|
|
||||||
policy: pull-push
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update -qq && apt-get install -y wget tar unzip lib32stdc++6 lib32z1
|
- apt-get update -qq && apt-get install -y wget tar unzip lib32stdc++6 lib32z1
|
||||||
@@ -38,7 +31,7 @@ assembleDebug:
|
|||||||
- ./gradlew assembleDebug
|
- ./gradlew assembleDebug
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- app/build/outputs/
|
- app/build/outputs/**/*.apk
|
||||||
|
|
||||||
debugTests:
|
debugTests:
|
||||||
stage: test
|
stage: test
|
||||||
|
|||||||
Reference in New Issue
Block a user