-
Notifications
You must be signed in to change notification settings - Fork 8
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 initial TravisCI Config #11
Add initial TravisCI Config #11
Conversation
Example Travis run: https://travis-ci.org/jacobsee/sonar-auth-openshift/builds/604733665 Release attachment generated by above run: https://github.com/jacobsee/sonar-auth-openshift/releases/tag/v1.1.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Having this is a great add..
Do we need to add the little build status image on the readme? |
@mcanoy I am pro-status badge |
Based off of @InfoSec812 's work, this is an initial Travis config which runs unit tests and builds the jar. If this is run against a tag created by a GitHub release, the jar will be automatically uploaded to the release as an artifact upon completion.
In the future, we might want to add analysis & SonarCloud.
In order to make the releases work, someone with appropriate permissions to release will need to add a GitHub personal access token to the
GITHUB_OAUTH_TOKEN
environment variable in Travis.Part of issue #1
cc: @mcanoy @InfoSec812