Skip to content

Improve ci#6

Closed
mguid65 wants to merge 18 commits intobemanproject:mainfrom
mguid65:improve-ci
Closed

Improve ci#6
mguid65 wants to merge 18 commits intobemanproject:mainfrom
mguid65:improve-ci

Conversation

@mguid65
Copy link
Copy Markdown

@mguid65 mguid65 commented May 3, 2024

  • Modify CI to use default images from github
    • Add windows, linux, and macos
    • Note:
      • For Ninja, we have to fetch it from an external source
      • For Windows, we have to do some work to setup the msvc dev environment
      • For both of the above, these are accomplished by using public actions from the marketplace
        • This may not be appropriate and so we may have to do something different

Comment thread .github/workflows/cxx.yml
on:
push:
branches: [ main ]
paths:
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wusatosi
Copy link
Copy Markdown
Member

Is there any update to this pr?
I wish to propose similar changes like this, is there a specific reason there's no update here?

@neatudarius @camio @bbrown105

@wusatosi wusatosi mentioned this pull request Sep 23, 2024
6 tasks
@mguid65
Copy link
Copy Markdown
Author

mguid65 commented Sep 23, 2024

I apologize, the reason for the lack of updates is that I forgot I made this PR.

We can either continue with proposed changes to this or we can discard it.

@wusatosi wusatosi mentioned this pull request Sep 24, 2024
Copy link
Copy Markdown
Member

@neatudarius neatudarius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mguid65 , would you like to update your branch with latest main before continue with this review? Some changes are not applicable anymore.

e.g. Due to one usage examples, now the project requires C++20 or later.

Would you like to try to re-enable this example on your updated branch https://github.com/beman-project/exemplar/blob/main/examples/CMakeLists.txt#L4?

Comment thread CMakePresets.json
}
}
]
} No newline at end of file
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
}
}

Comment thread .github/workflows/cxx.yml
@@ -1,83 +1,97 @@
# Copyright © 2024 Bret Brown
# SPDX-License-Identifier: MIT
Copy link
Copy Markdown
Member

@neatudarius neatudarius Sep 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do you want to remove these lines? I think we should keep them.

btw, @camio , should we add a mention for YAML files into https://github.com/beman-project/beman/blob/main/docs/beman-standard.md#file-contents?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

btw, @camio , should we add a mention for YAML files into https://github.com/beman-project/beman/blob/main/docs/beman-standard.md#file-contents?

Sounds like a promising idea. Would you be willing to create a PR or issue for it?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. I will do it.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wusatosi
Copy link
Copy Markdown
Member

@mguid65 , would you like to update your branch with latest main before continue with this review? Some changes are not applicable anymore.

e.g. Due to one usage examples, now the project requires C++20 or later.

Would you like to try to re-enable this example on your updated branch https://github.com/beman-project/exemplar/blob/main/examples/CMakeLists.txt#L4?

I think this PR is abandoned, see: #27 (comment), and the comment above.

I can fork this PR and pick this up.

@neatudarius
Copy link
Copy Markdown
Member

As per previous reply, I closed this PR to avoid more confusion, we can fork it later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants