Skip to content
Snippets Groups Projects
Commit 882b163e authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

changing artenolis yml for return code

parent 0f6add94
No related branches found
No related tags found
No related merge requests found
......@@ -5,5 +5,5 @@ before_install:
script:
# launch the tests
- /mnt/prince-data/MATLAB/$MATLAB_VER/bin/./matlab -nodesktop -nosplash < test/*.m
- bash .artenolis/runtests.sh
#!/bin/sh
if [ "$ARCH" == "Linux" ]; then
/mnt/prince-data/MATLAB/$MATLAB_VER/bin/./matlab -nodesktop -nosplash -r < test/*.m
CODE=$?
exit $CODE
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment