Skip to content
Snippets Groups Projects
Verified Commit 65f90e08 authored by Ruben van Dijk's avatar Ruben van Dijk
Browse files

cache build folder.

parent 349aecd0
Branches
No related tags found
No related merge requests found
Pipeline #1951 failed
android:
stage: test
image: jangrewe/gitlab-ci-android:latest
before_script:
- export GRADLE_USER_HOME=$(pwd)/.gradle
cache:
key: ${CI_PROJECT_ID}
paths:
- android/.gradle/
- key: ${CI_PROJECT_ID}
paths:
- build
- key: ${CI_PROJECT_ID}
paths:
- .gradle
script:
- echo $KEYSTORE_FILE | base64 -d > my.jks
- ./gradlew app:assembleRelease
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment