From 14ff0195fb695952a0b8519863472664d4665d9d Mon Sep 17 00:00:00 2001 From: Pierre Grandin Date: Sun, 22 Apr 2018 19:32:02 -0700 Subject: Testing a pre-built docker image for android toolchain --- .circleci/config.yml | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a7373bbf7..8cf0cb352 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -38,17 +38,10 @@ jobs: - store_artifacts: path: /root/project/doc build_android_arm: - <<: *defaults + docker: + - image: navit/android steps: - checkout - - run: - name: Setup common requirements - command: | - bash ci/setup_common_requirements.sh - - run: - name: Prepare the Android build environment - command: | - bash ci/setup_android.sh - run: name: Build for Android ARM command: | @@ -60,17 +53,10 @@ jobs: command: | bash ci/update_download_center.sh build_android_x86: - <<: *defaults + docker: + - image: navit/android steps: - checkout - - run: - name: Setup common requirements - command: | - bash ci/setup_common_requirements.sh - - run: - name: Prepare the Android build environment - command: | - bash ci/setup_android.sh - run: name: Build for Android X86 command: | -- cgit v1.2.1