mirror of https://github.com/davisking/dlib.git
try the run command thing
This commit is contained in:
parent
47d0a8c68e
commit
b3ac2f9570
|
@ -28,11 +28,9 @@ jobs:
|
||||||
cd build
|
cd build
|
||||||
cmake ..
|
cmake ..
|
||||||
cmake --build . --config Release --target install --parallel 4
|
cmake --build . --config Release --target install --parallel 4
|
||||||
- name: run mex example
|
- name: Run example script
|
||||||
run: |
|
uses: matlab-actions/run-command@v1
|
||||||
pwd
|
with:
|
||||||
ls -l
|
command: example
|
||||||
ls -l build
|
|
||||||
matlab -nodisplay -r 'try, example(), catch, exit(1); end; exit'
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue