-
Notifications
You must be signed in to change notification settings - Fork 73
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
Fix CI/CD work-flows #82
Conversation
d218956
to
49b8e65
Compare
@maximilianheer @JonasDann this is a small PR improving our CI/CD capabilities. It fixes the breaking documentation from previous commit and it also adds basic tests checking that the software and the driver compile. Future tests will add functionality on generating bitstreams (this needs to be hosted locally) and also in principle, run some of the examples. Unsurprisingly, the examples didn't compile out of the box, so I had to change some of the CMake versions and the flow. |
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.
Looks good to me. Thanks a lot!
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.
Nicely done!
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.
Awesome!
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.
Fantastic!
Initial attempt to get CI/CD to pass. Will be extended to include driver compilation, bitstream building and software compilation.