You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our project, we would like to create mixins from other mixins.
What that means is: When using main-mixin, we want to use a set of mixins.
This allows for a single mixin to be defining, let's say: The output folders, the toolchain, specific build functions (prod build vs dev build), etc.
Example
Currently, I am making the main-mixin with all the default commands, output directory & co, but changing some arguments by using another mixin before it. For example:
Introduction
In our project, we would like to create mixins from other mixins.
What that means is: When using main-mixin, we want to use a set of mixins.
This allows for a single mixin to be defining, let's say: The output folders, the toolchain, specific build functions (prod build vs dev build), etc.
Example
Currently, I am making the main-mixin with all the default commands, output directory & co, but changing some arguments by using another mixin before it. For example:
Would be called as:
colcon build --mixin thirdparty legacy
.Prefered solution
The text was updated successfully, but these errors were encountered: