Skip to content

Commit 1adce4c

Browse files
committed
Enable pcode task for bossapi.
1 parent b432db6 commit 1adce4c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

buildfile.m

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333
Inputs = 'docSource/**/*.mlx',...
3434
Outputs = "toolbox/html/**/*.html");
3535

36-
% plan("pcodeBossapi") = PcodeTask(...
37-
% "toolbox/dependencies/+bossapi","toolbox/dependencies/+bossapi",...
38-
% Description = "pcode bossapi");
36+
plan("pcodeBossapi") = PcodeTask(...
37+
"toolbox/dependencies/+bossapi","toolbox/dependencies/+bossapi",...
38+
Description = "pcode bossapi");
3939

4040
plan("package") = Task( ...
4141
Description = "Package toolbox", ...
42-
Dependencies = ["check" "updateSGdeps" "test" "buildDoc"], ...
42+
Dependencies = ["check" "updateSGdeps" "test" "buildDoc" "pcodeBossapi"], ...
4343
Actions = @(~,toolboxVer,authorName) releaseTask(toolboxVer,authorName));
4444

4545
% Set default tasks in the plan

0 commit comments

Comments
 (0)