diff options
author | Martin/Geno <geno+dev@fireorbit.de> | 2018-11-09 10:00:56 +0100 |
---|---|---|
committer | Martin/Geno <geno+dev@fireorbit.de> | 2018-11-09 11:06:31 +0100 |
commit | 9a4577340fbb9be0f3242bc704d598ef66a0f41e (patch) | |
tree | 68d26d54f38c34b9158a63ac4d9d937a7603918d /.gitlab-ci.yml | |
parent | 3a714cf31e5037a9fea03e66c5a28546e4eaf55a (diff) |
ci: add .android to cache for keep same keystore for signing
Diffstat (limited to '')
-rw-r--r-- | .gitlab-ci.yml | 3 |
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 |