-
-
Notifications
You must be signed in to change notification settings - Fork 3
39 lines (29 loc) · 719 Bytes
/
ci_matlab.yml
File metadata and controls
39 lines (29 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: ci_matlab
on:
push:
paths:
- "**/*.m"
jobs:
matlab:
timeout-minutes: 15
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
release: [R2024a]
steps:
- name: Install MATLAB
uses: matlab-actions/setup-matlab@v2
with:
release: ${{ matrix.release }}
- uses: actions/checkout@v4
- name: Run Matlab tests (buildtool)
if: ${{ matrix.release >= 'R2022b' }}
timeout-minutes: 10
uses: matlab-actions/run-build@v2
- name: Run tests (manual)
if: ${{ matrix.release < 'R2022b' }}
timeout-minutes: 10
uses: matlab-actions/run-tests@v2
with:
select-by-folder: +airtools