Skip to content
This repository has been archived by the owner on Apr 23, 2022. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
yangkookkim committed Dec 27, 2015
1 parent 58dbbeb commit bb1ab98
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ RUN circleci-install base_requirements && circleci-install circleci_specific

ADD circleci-provision-scripts /opt/circleci-provision-scripts

# Android
ADD scripts/circle-android /usr/local/bin/circle-android
RUN circleci-install android_sdk platform-tools
RUN circleci-install android_sdk android-22
RUN circleci-install android_sdk android-23

## Databases

RUN circleci-install mysql_56
Expand Down Expand Up @@ -48,12 +54,6 @@ RUN circleci-install nodejs v5.1.1
# Qt5
RUN circleci-install qt

# Android
ADD scripts/circle-android /usr/local/bin/circle-android
RUN circleci-install android_sdk platform-tools
RUN circleci-install android_sdk android-22
RUN circleci-install android_sdk android-23

# Undivert upstart
RUN rm /usr/sbin/policy-rc.d && rm /sbin/initctl && dpkg-divert --rename --remove /sbin/initctl

Expand Down
3 changes: 0 additions & 3 deletions circleci-provision-scripts/android-sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ echo "y" | android update sdk --no-ui --all --filter $PACKAGE
EOF
) | as_user PACKAGE=$PACKAGE bash

source ${CIRCLECI_HOME}/.circlerc
echo "y" | android update sdk --no-ui --all --filter $PACKAGE

if [[ "$PACKAGE" =~ ^android-[0-9][0-9]$ ]]; then
AVD_VERSION=$(echo $PACKAGE | sed 's/android-//')
create_avd $AVD_VERSION
Expand Down
Empty file modified scripts/circle-android
100644 → 100755
Empty file.

0 comments on commit bb1ab98

Please sign in to comment.