Clean and break pipeline to test
parent
7dae0befdf
commit
92c81c3ada
|
@ -30,6 +30,4 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- run: ls
|
|
||||||
- run: octave --version
|
|
||||||
- run: cd examples/matlab/; octave runme.m
|
- run: cd examples/matlab/; octave runme.m
|
||||||
|
|
|
@ -61,4 +61,6 @@ if(exist('OCTAVE_VERSION', 'builtin') == 0)
|
||||||
view(42,21)
|
view(42,21)
|
||||||
% ... add light
|
% ... add light
|
||||||
light('Position',[5 -10 20],'Style','local');
|
light('Position',[5 -10 20],'Style','local');
|
||||||
end
|
end
|
||||||
|
|
||||||
|
error("DOnnnnnt do it again!")
|
Loading…
Reference in New Issue