Skip to content

Organize the build file using task groups#6

Open
bpancras wants to merge 3 commits into
mainfrom
task-groups-in-buildfile
Open

Organize the build file using task groups#6
bpancras wants to merge 3 commits into
mainfrom
task-groups-in-buildfile

Conversation

@bpancras
Copy link
Copy Markdown
Collaborator

@bpancras bpancras commented Jun 2, 2026

This PR proposes the following changes to buildfile.m

  • Introduced new task groups for build and validate. These task groups now have subtasks
  • Renamed releaseTask to packageTask

Aligning the buildfile.m with our current thinking.

@bpancras bpancras requested a review from rpurser47 June 2, 2026 04:37
Comment thread buildfile.m Outdated
plan("build:mex").Description = "Build MEX functions";
plan("build").Description = "Build the toolbox";

% Define the "check" task
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider revising the comments to provide more "why" behind what you're doing, and reflect the current state of code.

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.

2 participants