Skip to content

Commit 11bfcbc

Browse files
committed
Update
1 parent 4476aa1 commit 11bfcbc

File tree

153 files changed

+2269
-228
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

153 files changed

+2269
-228
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
# Copyright 2021-2022 The MathWorks, Inc.
44

5-
name: MATLAB Build
5+
name: MATLAB R2022a Build
66

77
on:
88
push:
9-
branches: [ main, 21a-devel ]
9+
branches: [ main, R2022a ]
1010

1111
pull_request:
12-
branches: [ main, 21a-devel ]
12+
branches: [ main, R2022a ]
1313

1414
jobs:
1515
matlab-job-22a:
@@ -28,37 +28,3 @@ jobs:
2828
uses: matlab-actions/run-command@v1
2929
with:
3030
command: openProject(pwd); HEVProject_runtests;
31-
32-
matlab-job-21b:
33-
runs-on: ubuntu-latest
34-
steps:
35-
36-
- name: Check out repository
37-
uses: actions/checkout@v2
38-
39-
- name: Setup MATLAB
40-
uses: matlab-actions/setup-matlab@v1
41-
with:
42-
release: R2021b
43-
44-
- name: Run tests
45-
uses: matlab-actions/run-command@v1
46-
with:
47-
command: openProject(pwd); HEVProject_runtests;
48-
49-
matlab-job-21a:
50-
runs-on: ubuntu-latest
51-
steps:
52-
53-
- name: Check out repository
54-
uses: actions/checkout@v2
55-
56-
- name: Setup MATLAB
57-
uses: matlab-actions/setup-matlab@v1
58-
with:
59-
release: R2021a
60-
61-
- name: Run tests
62-
uses: matlab-actions/run-command@v1
63-
with:
64-
command: openProject(pwd); HEVProject_runtests;
8.45 KB
Binary file not shown.
35.6 KB
Binary file not shown.
8.97 KB
Binary file not shown.
9.24 KB
Binary file not shown.
14.2 KB
Binary file not shown.
11.1 KB
Binary file not shown.
10.3 KB
Binary file not shown.
16.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)