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

Make a separate Travis job for android #584

Merged
merged 1 commit into from
Sep 8, 2013

Conversation

brasmusson
Copy link
Contributor

Two oraclejdk7 job are defined for Travis. One that builds, tests and deploys snapshots for all modules except the android module, and one that builds, tests and deploys snapshot for the android module. Given that Travis executes mvn install -DskipTests=true -B at the beginning to install the project's dependencies with Maven, the android job will actually build (but not test) all the modules.
The environment variable ANDROID=true which is specified for the android job is not used for anything other than identifying the android job among the two oraclejkd7 jobs in Travis build matrix list.
Fixes #581.

Since the download and install of the android sdk sometimes takes very
long time, build and deploy android in a separate travis job. The
environment variable ANDROID=true is only used to be able to distinguish
the two oraclejdk7 jobs in the travis build matrix.
aslakhellesoy added a commit that referenced this pull request Sep 8, 2013
@aslakhellesoy aslakhellesoy merged commit 9fe69c6 into cucumber:master Sep 8, 2013
mfellner added a commit that referenced this pull request Sep 8, 2013
# By Aslak Hellesøy (2) and Björn Rasmusson (1)
# Via Aslak Hellesøy
* 'master' of github.com:cucumber/cucumber-jvm:
  Attribution. Closes #581, #584
  Remove duplication in Reflections implementations.
  Make a separate travis job for android
@brasmusson brasmusson deleted the travis-android-separate branch September 10, 2013 16:34
@lock
Copy link

lock bot commented Oct 25, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Oct 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reduce Travis build time
2 participants