Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 8265037c authored by hhakim's avatar hhakim
Browse files

Remove -nojvm matlab flag for doctest.

parent 178ac49b
No related branches found
No related tags found
No related merge requests found
......@@ -183,7 +183,8 @@ doctest_nightly_matfaust:
- if [ $(rpm -qa faust | wc -l) -gt 0 ]; then sudo rpm -e faust;fi
- sudo rpm -i --nodeps build/faust*rpm
# all is set to doctest matfaust
- 'if matlab -nojvm -nodisplay -r "addpath /usr/share/octave/packages/doctest-0.7.0/; setup_FAUST; doctest matfaust.Faust; exit;" | tee /tmp/matlab_doctest_matfaust.Faust | grep FAIL; then exit 1; else exit 0; fi'
# no -nojvm because it's needed for Faust.imagesc doctest
- 'if matlab -nodisplay -r "addpath /usr/share/octave/packages/doctest-0.7.0/; setup_FAUST; doctest matfaust.Faust; exit;" | tee /tmp/matlab_doctest_matfaust.Faust | grep FAIL; then exit 1; else exit 0; fi'
after_script:
- if [ $(rpm -qa faust | wc -l) -gt 0 ]; then sudo rpm -e faust;fi
only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment