summaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorjkoan <jkoan@users.noreply.github.com>2018-10-11 20:54:45 +0300
committerPierre GRANDIN <pgrandin@users.noreply.github.com>2018-10-11 10:54:45 -0700
commitf70397d93ae75d49bf443fd588f8477c8b26e1f6 (patch)
tree9ccb907eb5b33570bcd5d6e8bb2ee2cf9fc3d551 /.circleci
parentc0621141fa18dbe48fdf1325e5bc9c00278041cf (diff)
downloadnavit-f70397d93ae75d49bf443fd588f8477c8b26e1f6.tar.gz
add:ci:Re-add Navit Download Center updates for Android (#683)
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 3cc2d1b7f..704e71ab3 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -148,6 +148,10 @@ jobs:
destination: reports
- store_test_results:
path: test-results
+ - run:
+ name: Update Navit-Download-Center
+ command: |
+ bash scripts/update_download_center.sh
build_win32:
docker:
- image: ubuntu:14.04