fixup github actions examples#54
Merged
ralphlange merged 1 commit intoepics-base:masterfrom Jun 30, 2020
Merged
Conversation
Member
Author
|
I had to quote My main "complaint" with github actions in general is how dense and repetitive the configuration file is. If I'm going to replace travis-ci (seems like a reasonable goal), then I'll want to test different Base and gcc versions. At present, it looks like this means repeating the whole job block, including The situation would be improved when/if yaml anchors are supported. |
Contributor
|
Thanks a lot! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overall, things just worked. I had to make a couple of changes to the example config files though.
I also removed the extra configurations from the RTEMS targets since these are (I think) not used. RTEMS builds are always static+debug.
I'm seeing failures with the windows debug builds which I don't understand. There are a lot of "missing debugging", which I assume is due to our not handling pdb files. I'm perplexed that one is an error though. (especially the "OK (0)" part)
The remaining failures are likely my doing.