Skip to content

Commit 3440a7e

Browse files
committed
ci: add -nojvm job
1 parent 1ba8ac4 commit 3440a7e

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/workflows/ci.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,29 @@ jobs:
7676
- name: Run Matlab tests (buildtool)
7777
timeout-minutes: 10
7878
uses: matlab-actions/run-build@v2
79+
80+
81+
NoJVM:
82+
timeout-minutes: 60
83+
runs-on: ${{ matrix.os }}
84+
85+
strategy:
86+
fail-fast: false
87+
matrix:
88+
os: [ubuntu-latest]
89+
release: [R2024b]
90+
91+
steps:
92+
93+
- name: Install MATLAB
94+
uses: matlab-actions/setup-matlab@v2
95+
with:
96+
release: ${{ matrix.release }}
97+
98+
- uses: actions/checkout@v4
99+
100+
- name: Run Matlab tests (buildtool)
101+
timeout-minutes: 10
102+
uses: matlab-actions/run-build@v2
103+
with:
104+
startup-options: -nojvm

0 commit comments

Comments
 (0)