Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 0ebd7e2e authored by hhakim's avatar hhakim
Browse files

Add matlab and python basic tests of resp. matfaust and pyfaust after macos...

Add matlab and python basic tests of resp. matfaust and pyfaust after macos pkg installation in the test_macos_pkg_release gitlab ci job.
parent 2e01e8b7
No related merge requests found
Pipeline #833797 skipped
......@@ -489,6 +489,8 @@ test_macos_pkg_release:
script:
- find ./
- echo $MACOS_PASS | sudo -S installer -pkg build/faust-$CI_COMMIT_TAG.pkg -target /
- matlab -nojvm -nodisplay -r "disp(matfaust.version());disp(full(matfaust.rand(5,5))); exit;"
- python -c "import pyfaust; print(pyfaust.version()); print(pyfaust.rand(5,5).toarray());"
only:
- tags
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment