-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add coverage and use reusable workflow from everest-ci #97
Conversation
Signed-off-by: Kai-Uwe Hermann <[email protected]>
Signed-off-by: Kai-Uwe Hermann <[email protected]>
…nd_test script Signed-off-by: Kai-Uwe Hermann <[email protected]>
Signed-off-by: Kai-Uwe Hermann <[email protected]>
Signed-off-by: Kai-Uwe Hermann <[email protected]>
Signed-off-by: Kai-Uwe Hermann <[email protected]>
Signed-off-by: Kai-Uwe Hermann <[email protected]>
Signed-off-by: Kai-Uwe Hermann <[email protected]>
Signed-off-by: Kai-Uwe Hermann <[email protected]>
DESTINATION "${CMAKE_BINARY_DIR}/tests" | ||
) | ||
|
||
install( | ||
DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/configs" | ||
file(COPY |
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.
Installing these files during configure makes the CI reusable workflow happy. Was there a reason why they were installed before? @james-ctc
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.
install was being used in other places so it was done to follow the same pattern.
Not a problem here, but in some tests there were issues that the file(COPY ...) doesn't appear to be part of the dependencies so when there is an update ninja/make doesn't copy the updates. It is possible that was the original reason for using install.
Elsewhere I have added specific targets where checking for updates is important.
moving away from using install is a very good improvement.
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.
LGTM 🐧
Signed-off-by: Kai-Uwe Hermann <[email protected]>
Signed-off-by: Kai-Uwe Hermann <[email protected]>
Describe your changes
Issue ticket number and link
Checklist before requesting a review