diff options
author | jkoan <jkoan@users.noreply.github.com> | 2018-02-10 13:19:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-10 13:19:35 +0100 |
commit | a73224021fdf4e48ad4efcd1e30d9821ad5383e9 (patch) | |
tree | 562285b5b796a0e7be656f12346cc67b9008ee47 /.circleci | |
parent | 5a7c14e6221a2297da2c6131535189b1f6007109 (diff) | |
download | navit-a73224021fdf4e48ad4efcd1e30d9821ad5383e9.tar.gz |
change:ci:Only store bin folder from android build (#396)
To speed up CircleCi build because Upload is slow
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 923bb9137..493b9f930 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -62,7 +62,7 @@ jobs: command: | bash ci/build_android.sh - store_artifacts: - path: android-arm/navit + path: android-arm/navit/android/bin build_android_x86: <<: *defaults steps: @@ -80,7 +80,7 @@ jobs: command: | bash ci/build_android_x86.sh - store_artifacts: - path: android-x86/navit + path: android-x86/navit/android/bin build_win32: <<: *defaults steps: |