mirror of https://github.com/davisking/dlib.git
do we have matlab?
This commit is contained in:
parent
4d31d8151e
commit
fd81c40888
|
@ -31,6 +31,9 @@ jobs:
|
|||
- name: run mex example
|
||||
run: |
|
||||
cd ..
|
||||
matlab -nodisplay -h
|
||||
matlab -h
|
||||
which matlab
|
||||
matlab -nodisplay -r 'try, example(), catch, exit(1); end; exit'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue