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_SDK_TOOLS: "11076708"
|
||||
GRADLE_USER_HOME: "$CI_PROJECT_DIR/.gradle"
|
||||
|
||||
cache:
|
||||
key: "${CI_JOB_NAME}"
|
||||
paths:
|
||||
- .gradle/caches/
|
||||
- .gradle/wrapper/
|
||||
- android-home/
|
||||
policy: pull-push
|
||||
ANDROID_SDK_ROOT: "$CI_PROJECT_DIR/android-home"
|
||||
|
||||
before_script:
|
||||
- apt-get update -qq && apt-get install -y wget tar unzip lib32stdc++6 lib32z1
|
||||
@@ -38,7 +31,7 @@ assembleDebug:
|
||||
- ./gradlew assembleDebug
|
||||
artifacts:
|
||||
paths:
|
||||
- app/build/outputs/
|
||||
- app/build/outputs/**/*.apk
|
||||
|
||||
debugTests:
|
||||
stage: test
|
||||
|
||||
Reference in New Issue
Block a user