Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 169be7be authored by hhakim's avatar hhakim
Browse files

Fix matfaust_test_code_coverage ci job that now needs to download data before proceeding.

parent c01d7b47
Branches libkomp
No related tags found
No related merge requests found
Pipeline #834234 canceled
...@@ -209,6 +209,7 @@ matfaust_test_code_coverage: ...@@ -209,6 +209,7 @@ matfaust_test_code_coverage:
- cd MOcov - cd MOcov
- make install - make install
- cd .. - cd ..
- cmake -P misc/download_unzip_faust_misc_data.cmake # tests need data
- matlab -nojvm -nodisplay -r "addpath misc/test/src/Matlab;matfaust_test_coverage; exit" | tee /tmp/matfaust_test_cov_output - matlab -nojvm -nodisplay -r "addpath misc/test/src/Matlab;matfaust_test_coverage; exit" | tee /tmp/matfaust_test_cov_output
after_script: after_script:
- if [ $(rpm -qa faust | wc -l) -gt 0 ]; then sudo rpm -e faust;fi - if [ $(rpm -qa faust | wc -l) -gt 0 ]; then sudo rpm -e faust;fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment