We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dea36be commit 5b0ea03Copy full SHA for 5b0ea03
4 files changed
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
20
strategy:
21
matrix:
22
- release: [R2020b, R2025a]
+ release: [R2021a, R2025a]
23
24
steps:
25
- uses: actions/checkout@v4
.gitignore
@@ -4,3 +4,5 @@ resources/
4
*.m~
5
code-coverage.xml
6
.buildtool/
7
+*.sarif
8
+*.xml
buildfile.m
@@ -2,6 +2,8 @@
2
3
plan = buildplan(localfunctions);
+addpath(plan.RootFolder)
+
plan.DefaultTasks = "test";
9
pkg_name = "+matmap3d";
0 commit comments