Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
faust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab upgrade completed. Current version is 17.11.3.
Show more breadcrumbs
faust group
faust
Commits
383b0c9a
Commit
383b0c9a
authored
2 years ago
by
hhakim
Browse files
Options
Downloads
Patches
Plain Diff
Run ci job pkg tests on complex in addition to double scalars.
parent
ac32b2cd
Branches
main
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-0
6 additions, 0 deletions
.gitlab-ci.yml
with
6 additions
and
0 deletions
.gitlab-ci.yml
+
6
−
0
View file @
383b0c9a
...
@@ -600,6 +600,7 @@ test_macos_pkg_release:
...
@@ -600,6 +600,7 @@ test_macos_pkg_release:
-
matlab -nojvm -nodisplay -r "disp(matfaust.version());disp(full(matfaust.rand(5,5))); exit;" | tee /tmp/faust && grep $CI_COMMIT_TAG /tmp/faust
-
matlab -nojvm -nodisplay -r "disp(matfaust.version());disp(full(matfaust.rand(5,5))); exit;" | tee /tmp/faust && grep $CI_COMMIT_TAG /tmp/faust
-
python$MACOS_PY_VER -c "import pyfaust; print(pyfaust.version()); print(pyfaust.rand(5,5).toarray());"
-
python$MACOS_PY_VER -c "import pyfaust; print(pyfaust.version()); print(pyfaust.rand(5,5).toarray());"
-
python$MACOS_PY_VER -c "import pyfaust.tests; pyfaust.tests.run_tests('cpu', 'real')"
-
python$MACOS_PY_VER -c "import pyfaust.tests; pyfaust.tests.run_tests('cpu', 'real')"
-
python$MACOS_PY_VER -c "import pyfaust.tests; pyfaust.tests.run_tests('cpu', 'complex')"
only
:
only
:
-
tags
-
tags
tags
:
tags
:
...
@@ -618,11 +619,13 @@ test_linux_pkg_release:
...
@@ -618,11 +619,13 @@ test_linux_pkg_release:
-
matlab -nojvm -nodisplay -r "disp(matfaust.version());disp(full(matfaust.rand(5,5))); exit;" | tee /tmp/faust && grep $CI_COMMIT_TAG /tmp/faust
-
matlab -nojvm -nodisplay -r "disp(matfaust.version());disp(full(matfaust.rand(5,5))); exit;" | tee /tmp/faust && grep $CI_COMMIT_TAG /tmp/faust
-
python$NUX_PY_VER -c "import pyfaust; print(pyfaust.version()); print(pyfaust.rand(5,5).toarray());"
-
python$NUX_PY_VER -c "import pyfaust; print(pyfaust.version()); print(pyfaust.rand(5,5).toarray());"
-
python$NUX_PY_VER -c "import pyfaust.tests; pyfaust.tests.run_tests('cpu', 'real')"
-
python$NUX_PY_VER -c "import pyfaust.tests; pyfaust.tests.run_tests('cpu', 'real')"
-
python$NUX_PY_VER -c "import pyfaust.tests; pyfaust.tests.run_tests('cpu', 'complex')"
-
sudo rpm -e faust
-
sudo rpm -e faust
-
sudo rpm -i --nodeps build/faust-$CI_COMMIT_TAG-static-x86_64.rpm
-
sudo rpm -i --nodeps build/faust-$CI_COMMIT_TAG-static-x86_64.rpm
-
matlab -nojvm -nodisplay -r "disp(matfaust.version());disp(full(matfaust.rand(5,5))); exit;" | tee /tmp/faust && grep $CI_COMMIT_TAG /tmp/faust
-
matlab -nojvm -nodisplay -r "disp(matfaust.version());disp(full(matfaust.rand(5,5))); exit;" | tee /tmp/faust && grep $CI_COMMIT_TAG /tmp/faust
-
python$NUX_PY_VER -c "import pyfaust; print(pyfaust.version()); print(pyfaust.rand(5,5).toarray());"
-
python$NUX_PY_VER -c "import pyfaust; print(pyfaust.version()); print(pyfaust.rand(5,5).toarray());"
-
python$NUX_PY_VER -c "import pyfaust.tests; pyfaust.tests.run_tests('cpu', 'real')"
-
python$NUX_PY_VER -c "import pyfaust.tests; pyfaust.tests.run_tests('cpu', 'real')"
-
python$NUX_PY_VER -c "import pyfaust.tests; pyfaust.tests.run_tests('cpu', 'complex')"
-
sudo rpm -e faust
-
sudo rpm -e faust
only
:
only
:
-
tags
-
tags
...
@@ -648,6 +651,7 @@ test_linux_pkg_release:
...
@@ -648,6 +651,7 @@ test_linux_pkg_release:
#- python -c "from os.path import exists;from time import sleep; sleep(15); exit(0);if(exists('F.mat')) else exit(1)"
#- python -c "from os.path import exists;from time import sleep; sleep(15); exit(0);if(exists('F.mat')) else exit(1)"
-
python -c "import pyfaust; print(pyfaust.version()); print(pyfaust.rand(5,5).toarray());"
-
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', 'real')"
-
python -c "import pyfaust.tests; pyfaust.tests.run_tests('cpu', 'complex')"
-
cd "C:\Program Files\Faust"
-
cd "C:\Program Files\Faust"
#- call 'uninstall.exe' /S
#- call 'uninstall.exe' /S
-
python -c "import os; os.system('uninstall.exe /S')"
-
python -c "import os; os.system('uninstall.exe /S')"
...
@@ -672,6 +676,7 @@ test_linux_pkg_release:
...
@@ -672,6 +676,7 @@ test_linux_pkg_release:
-
$JOB_PYTHON -c "import pyfaust; print(pyfaust.version()); print(pyfaust.rand(5,5).toarray());"
-
$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', 'double')"
-
$JOB_PYTHON -c "import pyfaust.tests; pyfaust.tests.run_tests('cpu', 'double')"
-
$JOB_PYTHON -c "import pyfaust.tests; pyfaust.tests.run_tests('cpu', 'float32')"
-
$JOB_PYTHON -c "import pyfaust.tests; pyfaust.tests.run_tests('cpu', 'float32')"
-
$JOB_PYTHON -c "import pyfaust.tests; pyfaust.tests.run_tests('cpu', 'complex')"
only
:
only
:
-
tags
-
tags
...
@@ -735,6 +740,7 @@ test_win_purepy_pkg:
...
@@ -735,6 +740,7 @@ test_win_purepy_pkg:
-
python -c "import pyfaust; print(pyfaust.version()); print(pyfaust.rand(5,5).toarray());"
-
python -c "import pyfaust; print(pyfaust.version()); print(pyfaust.rand(5,5).toarray());"
-
python -c "import pyfaust.tests; pyfaust.tests.run_tests(\"cpu\", \"double\")"
-
python -c "import pyfaust.tests; pyfaust.tests.run_tests(\"cpu\", \"double\")"
-
python -c "import pyfaust.tests; pyfaust.tests.run_tests(\"cpu\", \"float32\")"
-
python -c "import pyfaust.tests; pyfaust.tests.run_tests(\"cpu\", \"float32\")"
-
python -c "import pyfaust.tests; pyfaust.tests.run_tests(\"cpu\", \"complex\")"
needs
:
needs
:
-
job
:
pkg_win_purepy_release
-
job
:
pkg_win_purepy_release
artifacts
:
true
artifacts
:
true
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment