-
Notifications
You must be signed in to change notification settings - Fork 370
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
Conditional travis builds using build stages #1111
Conversation
Travis-CI logparser: set build return code
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.
This looks very good to me. I'm merging without second review as this PR mainly restructures the way our CI jobs run without adding or modifying functionality. It also cuts down on run times and gives us quicker failing on errors right away. We can always improve upon this if needed.
@lekshmideepu: nice PR number, btw 😸 |
Thanks for the review @jougs |
Added four build stages:
* Static code analysis check
* MPI and Threading (5 different jobs)
* Full builds for Python 3.4.4 and Python 2.7.13
* cpp builds for GCC 8 and Clang 7 (2 jobs)