Skip to content

Commit 510d1d0

Browse files
committed
script for upgrade [skip ci]
1 parent 38771f4 commit 510d1d0

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.github/workflows/ci-nojvm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- ".github/workflows/ci-nojvm.yml"
1010
- "!private/publish_gen_index_html.m"
1111
- "!octave_build.m"
12+
- "!scripts/**"
1213

1314
# avoid wasted runs
1415
concurrency:

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- ".github/workflows/ci.yml"
1010
- "!private/publish_gen_index_html.m"
1111
- "!octave_build.m"
12+
- "!scripts/**"
1213

1314
# avoid wasted runs
1415
concurrency:

scripts/MatlabReleaseUpgrade.m

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
disp(matlabRelease())
2+
3+
r = fullfile(matlabroot, "bin", computer("arch"));
4+
cmd = fullfile(r, "MathWorksUpdateInstaller");
5+
6+
fprintf("Run this command in Terminal to check for Matlab upgrade:\n\n%s\n\n", cmd)

0 commit comments

Comments
 (0)