-
Notifications
You must be signed in to change notification settings - Fork 145
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
Implement linabo-build-system #130
Implement linabo-build-system #130
Conversation
…nd a conventional commit reference file
…d-system [NMO-405] - add build system logic for both continuous integration and faster multi-os-version/multi-architecture development workflow - add user install script for both libnabo and its dependencies - add contributing instructions - add JetBrain run configuration for build system - update NBS and N2ST submodule to latest
[skip release]
…dge and fix relative link
…ntmatcher build pass on jammy [skip CI]
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.
Looking good! 👍 I'd consider running find and replace for any leftover libpointmatcher
keywords and old version numbers (1.0.7
was the last release, I believe)
@boxanm For tag mention in Thanks for spotting the last sneaky libpointmatcher from the codebase, I've renamed it to |
I've also made minor style change in I'll push the commit tonight |
…ration_test.*` for clarity.
Description
Summary:
Add
norlab-build-system
library support. libnabo now have a build infrastructure agnostic build system which can be run on continuous integration infrastructure such as github-action or TeamCity Continuous Integration server. It can also be run localy to improve developement workflow. It support multi-architecture and multi-os version build.There is also new installer script for ubuntu
Changes and type of changes (quick overview):
reference file
Checklist:
Code related
(i.e.: function, class, script header, README.md)
(Check contributing/contributing_instructions.md for local testing procedure using libnabo-build-system)
PR creation related
base ref
branch is set to thedevelop
branch(the build-system won't be triggered otherwise)
develop
branch(the build-system will reject it otherwise)
PR description related
# <issue-id>
if changes are of typefix
(See contributing/commit_msg_reference.md for details)