-
Notifications
You must be signed in to change notification settings - Fork 78
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
ci: generate job matrix through a Python script #198
Conversation
Signed-off-by: umarcor <[email protected]>
46e3ed9
to
978d258
Compare
c479528
to
ef19a08
Compare
Signed-off-by: umarcor <[email protected]>
Signed-off-by: umarcor <[email protected]>
@mithro it seems that the only failing job is because of a communication issue. I believe this can be merged. |
LGTM |
@@ -0,0 +1,42 @@ | |||
#!/usr/bin/env python3 |
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.
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.
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.
CI was just running tuttest on the README.. It was never checking the headers. The original purpose was to have a few examples to show how to use the toolchain in Debian, not a huge vehicle to test everything on every possible Linux distro ;) Then it grew but nobody added such checks. Also .github stuff is kinda not the project itself but just the CI scripts that should be simple, but we're introducing code there just now (again not saying its a bad idea but obviously it was not there before)
Close #197.
/cc @mithro @WhiteNinjaZ