-
-
Notifications
You must be signed in to change notification settings - Fork 117
adding pkg support #940
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
adding pkg support #940
Conversation
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.
Pull Request Overview
This PR adds support for pkg-config by introducing a new GitHub Actions workflow for building, installing, and testing Debian packages.
- Introduces a new workflow (.github/workflows/pkg.yml) that runs on push and pull_request events.
- Configures the job to run inside a Debian container and executes build, install, and pkg-config test steps.
Files not reviewed (2)
- CMakeLists.txt: Language not supported
- cmake/JoinPaths.cmake: Language not supported
Co-authored-by: Yagiz Nizipli <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Yagiz Nizipli <[email protected]>
Shouldn't we name it to |
|
I switched the name to 'ada'. |
Co-authored-by: Antoine du Hamel <[email protected]>
| image: debian:12 | ||
|
|
||
| steps: | ||
| - uses: actions/checkout@v3 |
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.
FWIW v4 is available
fixes #939