-
Notifications
You must be signed in to change notification settings - Fork 3k
Check for correct library naming in Travis CI #4516
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
Conversation
Dang @0xc0170 That was fast! |
@0xc0170 Apparently, I was not done yet |
the red x on 3161cf3 was Travis auto-canceling itself. |
@sg- Looks like it's passing. LGTM. |
Example of what the error will look like:
|
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.
No need to fire morph
on this since its just touching travis stuff. LGTM.
@theotherjimmy @0xc0170 Marked as |
@bridadan I need to add IAR library checking. just a sec. |
Description
Preventative maintenance for exporters. The build tools are able to handle
incorrectly named libraries, but the exporters can't. This PR adds a CI check
in Travis CI that will prevent incorrectly named libraries from coming in.
Status
ready
Testing