Skip to content

Commit 5b0ea03

Browse files
committed
test with R2021a minimum
test: syntax modernize
1 parent dea36be commit 5b0ea03

4 files changed

Lines changed: 118 additions & 187 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
strategy:
2121
matrix:
22-
release: [R2020b, R2025a]
22+
release: [R2021a, R2025a]
2323

2424
steps:
2525
- uses: actions/checkout@v4

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ resources/
44
*.m~
55
code-coverage.xml
66
.buildtool/
7+
*.sarif
8+
*.xml

buildfile.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
plan = buildplan(localfunctions);
44

5+
addpath(plan.RootFolder)
6+
57
plan.DefaultTasks = "test";
68

79
pkg_name = "+matmap3d";

0 commit comments

Comments
 (0)