-
Notifications
You must be signed in to change notification settings - Fork 4
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 CI setup #19
Conversation
@rasmitha-koduru @shubhangis91 Basic CI is working now ! yay. You guys might want to learn about multi-project builds in order to add your own scripts |
@@ -0,0 +1,6 @@ | |||
language: scala |
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.
Is this the negative case u added to test CI?
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.
Nope. This is a working one ! you could see the build report here https://travis-ci.org/airavata-courses/CAPtivate/builds/647150994?utm_source=github_status&utm_medium=notification
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.
The green check mark next to the commit id indicates CI passed for the commit . It failed for the first commit since the api-gateway service wasn't there in the master then
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.
Ok got it, yes i have seen the build report. Thanks
Fixes #15 depends on #13
In this PR I am adding a basic CI setup using travis which will build and test the API gateway written in Scala.
Definition of done
Future work (create issues)