Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

Add Travis CI. #6

Merged
merged 3 commits into from
Apr 6, 2017
Merged

Add Travis CI. #6

merged 3 commits into from
Apr 6, 2017

Conversation

artem-zinnatullin
Copy link
Contributor

Closes #4.

@artem-zinnatullin artem-zinnatullin added this to the v1.0 milestone Apr 6, 2017
@artem-zinnatullin artem-zinnatullin self-assigned this Apr 6, 2017
val androidHome: String = System.getenv("ANDROID_HOME")
val adb: String = "$androidHome/platform-tools/adb"
val home: String by lazy { System.getenv("HOME") }
val androidHome: String by lazy { System.getenv("ANDROID_HOME") }
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was failing build if ANDROID_HOME is not set even if we don't touch androidHome in tests.


BUILD_COMMAND+="/opt/project/gradlew "
BUILD_COMMAND+="--no-daemon --info "
BUILD_COMMAND+="clean build "
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will, Gradle can be a single line easily.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is if (publish) branch below

@artem-zinnatullin artem-zinnatullin merged commit 58343b3 into master Apr 6, 2017
@artem-zinnatullin artem-zinnatullin deleted the az/travis branch April 6, 2017 09:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants