-
Notifications
You must be signed in to change notification settings - Fork 3
Generate headers from schema files #1
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
Conversation
Can you add a first step for the CI, like compiling a test on Linux ? |
CMakeLists.txt
Outdated
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.
You should add a mechanism to fecth this executable
CMakeLists.txt
Outdated
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.
In another PR, you should add mechanism to download automatically these dependencies, as in Sparrow.
Then, in a next PR, we should add dependencies manager likke VCPKG and conan
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.
Not sure I get what you mean with the mechanism to download dependencies automatically.
Can you point to what you have in mind in sparrow's codebase?
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.
I just added a first workflow to run on linux, but it's not triggered. I suppose having no workflows in |
No description provided.