summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Grandin <grandinp@gmail.com>2018-04-22 18:43:25 -0700
committerPierre Grandin <grandinp@gmail.com>2018-04-22 18:43:25 -0700
commit8e4433f1789d8a31f0945d22d948f0cf1a0c9d8c (patch)
tree62af76397c53c0897a0a614d1a3743370ebcf0bc
parentdcceedd9b35045d3cfa0e6a1c51f5309bf455366 (diff)
downloadnavit-8e4433f1789d8a31f0945d22d948f0cf1a0c9d8c.tar.gz
Testing playstore update from android build job
-rw-r--r--.circleci/config.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index db4285ea9..479a04d9d 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -63,6 +63,9 @@ jobs:
name: Update Navit-Download-Center
command: |
bash ci/update_download_center.sh
+ - run:
+ name: Update beta channel on PlayStore
+ command: bash ci/publish.sh
build_android_x86:
<<: *defaults
steps:
@@ -180,7 +183,7 @@ jobs:
- checkout
- run:
name: Install certs
- command: apt-get update && apt-get -y install ca-certificates
+ command: apt-get update && apt-get -y install ca-certificates git python-pip
- restore_cache:
key : navit-android-arm-{{ .Revision }}
- run: