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 stage: prepare
script: script:
- ./gradlew tasks - ./gradlew tasks
cache:
key: "$CI_COMMIT_SHA"
paths:
- app/build/outputs/
- .gradle/
policy: push
assembleDebug: assembleDebug:
stage: build stage: build
@ -25,7 +31,6 @@ assembleDebug:
paths: paths:
- app/build/outputs/ - app/build/outputs/
- .gradle/ - .gradle/
policy: push
lintDebug: lintDebug:
stage: test stage: test