Improve CI

This commit is contained in:
stom79 2018-11-24 19:04:24 +01:00
parent 17d13c9933
commit a5d590c040
1 changed files with 6 additions and 1 deletions

View File

@ -15,6 +15,12 @@ prepare:
stage: prepare
script:
- ./gradlew tasks
cache:
key: "$CI_COMMIT_SHA"
paths:
- app/build/outputs/
- .gradle/
policy: push
assembleDebug:
stage: build
@ -25,7 +31,6 @@ assembleDebug:
paths:
- app/build/outputs/
- .gradle/
policy: push
lintDebug:
stage: test