Skip to content

Commit

Permalink
Update buildfile.m
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbuzinski authored Mar 26, 2024
1 parent 4bdf1ba commit c532f1b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions buildfile.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
plan = buildplan(localfunctions);

plan("clean") = CleanTask;
% plan("test") = TestTask(TestResults=["test-results.pdf", "test-results.mat"]);
plan("test") = TestTask(TestResults=["test-results.mat"]);
plan("test") = TestTask(TestResults=["test-results.pdf", "test-results.mat"]);

plan("markdown").Inputs = "**/*.mlx";
plan("markdown").Outputs = replace(plan("markdown").Inputs, ".mlx",".md");
Expand Down

0 comments on commit c532f1b

Please sign in to comment.