From a73224021fdf4e48ad4efcd1e30d9821ad5383e9 Mon Sep 17 00:00:00 2001 From: jkoan Date: Sat, 10 Feb 2018 13:19:35 +0100 Subject: change:ci:Only store bin folder from android build (#396) To speed up CircleCi build because Upload is slow --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.circleci') 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: -- cgit v1.2.1