Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve circleCI build times #23

Open
SachseInTheHub opened this issue Dec 14, 2016 · 1 comment
Open

Improve circleCI build times #23

SachseInTheHub opened this issue Dec 14, 2016 · 1 comment

Comments

@SachseInTheHub
Copy link
Contributor

SachseInTheHub commented Dec 14, 2016

we should either use the firebase –google cloud CLI– setup or think about removing this if we want to improve building times.

  pre:
    - if [ ! -n "${GCLOUD_SERVICE_KEY+1}" ]; then emulator -avd circleci-android24 -no-audio -no-window; fi:
                background: true
                parallel: true
    - if [ ! -n "${GCLOUD_SERVICE_KEY+1}" ]; then circle-android wait-for-boot; fi

  override:
    - scripts/ci.sh $CIRCLE_TEST_REPORTS
@Numan1617
Copy link
Contributor

The lines you've mentioned only boot an emulator if you aren't using the firebase –google cloud CLI– setup. I.e. if you choose not to use Firebase then your tests will run on an emulator, if you do provide a Firebase key then it will run on Firebase.

See Firebase cloud testing in the readme for which environment variables are required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants