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

add build / test step for gradle build #6

Merged
merged 11 commits into from
Feb 23, 2017
Merged

Conversation

ztbrown
Copy link
Contributor

@ztbrown ztbrown commented Feb 23, 2017

This PR adds a real build/test step to the Jenkinsfile. It also adds a .travis.yml to integrate with Travis. @duraz0rz, I took gradle-wrapper.properties out of .gitignore because I couldn't ./gradlew without it. I saw that you had a comment about this: https://youtrack.jetbrains.com/issue/IDEA-116898, but I didn't completely understand what that's all about. Can you give some context?

@@ -11,10 +11,10 @@ gradle-app.setting
.gradletasknamecache

# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
gradle/wrapper/gradle-wrapper.properties
# gradle/wrapper/gradle-wrapper.properties
Copy link
Contributor

Choose a reason for hiding this comment

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

all stuff in ./gradle should be committed

Copy link
Contributor

Choose a reason for hiding this comment

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

Yeah, IDEA wants to use gradle-all to get the src code for auto completion. not a big deal, just let it update the file and commit it.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

👍

@ztbrown ztbrown merged commit bc754fe into master Feb 23, 2017
@ztbrown ztbrown deleted the run-tests-in-jenkins branch February 23, 2017 14:44
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

Successfully merging this pull request may close these issues.

2 participants