Add caching to runners
This commit is contained in:
parent
8a925c1e2f
commit
aaff664be4
@ -7,6 +7,14 @@ variables:
|
|||||||
TARGET: "default"
|
TARGET: "default"
|
||||||
|
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- export GRADLE_USER_HOME=`pwd`/.gradle
|
||||||
|
|
||||||
|
cache:
|
||||||
|
paths:
|
||||||
|
- .gradle/wrapper
|
||||||
|
- .gradle/caches
|
||||||
|
|
||||||
# Basic android and gradle stuff
|
# Basic android and gradle stuff
|
||||||
# Check linting
|
# Check linting
|
||||||
lintDebug:
|
lintDebug:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user