Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 1d215f9a authored by hhakim's avatar hhakim
Browse files

Add unit tests runs for float Faust in pre-release tests ci jobs.

parent f0a64b4e
No related branches found
No related tags found
No related merge requests found
......@@ -687,7 +687,8 @@ test_linux_pkg_release:
- PYVER=$($JOB_PYTHON --version | awk '{print $2}' | sed -e 's/\.//g;s/\(..\).*/\1/')
- $JOB_PYTHON -m pip install --upgrade build/wrapper/python/dist/pyfaust-$CI_COMMIT_TAG-*$PYVER*.whl
- $JOB_PYTHON -c "import pyfaust; print(pyfaust.version()); print(pyfaust.rand(5,5).toarray());"
- $JOB_PYTHON -c "import pyfaust.tests; pyfaust.tests.run_tests('cpu', 'real')"
- $JOB_PYTHON -c "import pyfaust.tests; pyfaust.tests.run_tests('cpu', 'double')"
- $JOB_PYTHON -c "import pyfaust.tests; pyfaust.tests.run_tests('cpu', 'float')"
only:
- tags
......@@ -740,7 +741,8 @@ test_win_purepy_pkg:
- 'call test_pyfaust-%CI_COMMIT_TAG%\Scripts\activate'
- python -m pip install %PKG_NAME%
- python -c "import pyfaust; print(pyfaust.version()); print(pyfaust.rand(5,5).toarray());"
- python -c "import pyfaust.tests; pyfaust.tests.run_tests(\"cpu\", \"real\")"
- python -c "import pyfaust.tests; pyfaust.tests.run_tests(\"cpu\", \"double\")"
- python -c "import pyfaust.tests; pyfaust.tests.run_tests(\"cpu\", \"float\")"
needs:
- job: pkg_win_purepy_release
artifacts: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment