enable CI

This commit is contained in:
Matthew GONG
2020-03-18 09:52:09 +08:00
parent c70b0eb0eb
commit 1dc5e1412b
17 changed files with 159 additions and 0 deletions
+9
View File
@@ -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