-
Notifications
You must be signed in to change notification settings - Fork 84
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
Component CI Pipeline #216
Comments
I believe the next step is to check that the sample_app works within cFS and then compare it to the sample in NOS3 (at which point the CI tests in sample_app can be leveraged); I have not been able to get cFS compiling properly, though. It always gives an error regarding stubs, approximately |
Opted to just do NOS3 level CI and not with each component individually. So when you commit to the top level of NOS3 with the new component submodule it'll kick off, but not before then. |
* [#216] First attempt at build workflow; * [#216] Removed specific branches from build workflow; * [#216] Removed sudo and added make prep; * [#216] Added missing docker dependency; * [#216] Break config and fsw into different runs in build.yml; * [#216] Avoid docker in docker and run build-fsw; * [#216] Attempt to get submodules recursively; * [#216] Added sim job to build workflow; * [#216] Attempt to use checkout@v4;
Merged and squashed to |
Can leverage examples from https://github.com/nasa/sample_app
Will need to update our component sample app.
The text was updated successfully, but these errors were encountered: