Skip to content
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

Use Github Action for CI and ensure build supports multiple D compiler versions #27

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

SingingBush
Copy link

@SingingBush SingingBush commented Jan 14, 2023

In this PR I've setup GitHub Action to build the library and each of the examples with multiple versions of both dmd and ldc on Linux and MacOS. To ensure maximum compatibility it's configured to use the last few releases on both systems and also a variety of dmd versions going back to 2019 2020 (seems 2.090 and above it manageable).

I've made a few code changes based on changes to vibe-d. There is no need to depend on all of vibe-d as only vibe-core is required.

…d supports D 2.087.0 (released 2019) and above versions
@SingingBush
Copy link
Author

See here https://github.com/SingingBush/kafka-d/actions/runs/3919716683 for example of passing build jobs

image

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.

1 participant