aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMartin/Geno <geno+dev@fireorbit.de>2018-11-09 10:00:56 +0100
committerMartin/Geno <geno+dev@fireorbit.de>2018-11-09 11:06:31 +0100
commit9a4577340fbb9be0f3242bc704d598ef66a0f41e (patch)
tree68d26d54f38c34b9158a63ac4d9d937a7603918d /.gitlab-ci.yml
parent3a714cf31e5037a9fea03e66c5a28546e4eaf55a (diff)
ci: add .android to cache for keep same keystore for signing
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 820d72a5a..9a4a3b3be 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,6 +4,7 @@ cache:
paths:
- .gradle/wrapper
- .gradle/caches
+ - .android
stages:
- build
@@ -23,7 +24,7 @@ build:
paths:
- build/outputs/
-build:
+test:
stage: test
script:
- ./gradlew lint