enable CI
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
LOGFILE=log.txt
|
||||
|
||||
matlab -nodesktop -nosplash -wait -noFigureWindows -logfile "$LOGFILE" -r Git_MATLAB_interface;
|
||||
CODE=$?
|
||||
|
||||
#cat "$LOGFILE"
|
||||
|
||||
exit $CODE
|
||||
Reference in New Issue
Block a user