Skip to content

Commit

Permalink
[ci] use qt graphics toolkit for octave
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Oct 18, 2024
1 parent ada5785 commit 0555fb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
octave-cli --eval "addpath(pwd);cd sample; tic; demo_vol2mesh_ex1; toc; demo_vol2mesh_ex1b; demo_vol2mesh_ex1c"
octave-cli --eval "addpath(pwd);cd sample; tic; demo_vol2mesh_ex2; toc"
octave-cli --eval "addpath(pwd);cd sample; tic; demo_surf2mesh_ex1; toc"
octave-cli --eval "addpath(pwd);cd sample; tic; demo_directplc_ex1; toc"
octave-cli --eval "addpath(pwd);cd sample; disp(graphics_toolkit); graphics_toolkit('qt'); tic; demo_directplc_ex1; toc"
octave-cli --eval "addpath(pwd);cd sample; tic; demo_grayscale_ex1; toc"
octave-cli --eval "addpath(pwd);cd sample; tic; demo_shortcut_ex1; toc"
octave-cli --eval "addpath(pwd);cd sample; tic; demo_surf2vol_ex1; toc"
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Run MATLAB examples
uses: matlab-actions/run-command@v1
with:
command: addpath(pwd);cd sample; tic; demo_vol2mesh_ex2; toc; toc
command: addpath(pwd);cd sample; tic; demo_vol2mesh_ex2; toc
- name: Run MATLAB examples
uses: matlab-actions/run-command@v1
with:
Expand Down

0 comments on commit 0555fb7

Please sign in to comment.