Add caching to runners

This commit is contained in:
Matthieu 2021-05-08 22:11:04 +02:00
parent 8a925c1e2f
commit aaff664be4
1 changed files with 8 additions and 0 deletions

View File

@ -7,6 +7,14 @@ variables:
TARGET: "default"
before_script:
- export GRADLE_USER_HOME=`pwd`/.gradle
cache:
paths:
- .gradle/wrapper
- .gradle/caches
# Basic android and gradle stuff
# Check linting
lintDebug: