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.4.
Show more breadcrumbs
faust group
faust
Commits
2a2f467b
Commit
2a2f467b
authored
2 years ago
by
hhakim
Browse files
Options
Downloads
Patches
Plain Diff
Fix matfaust doctest loop (exit on first test).
parent
1988c340
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
with
1 addition
and
1 deletion
.gitlab-ci.yml
+
1
−
1
View file @
2a2f467b
...
...
@@ -186,7 +186,7 @@ doctest_nightly_matfaust:
-
rm -Rf build
# all is set to doctest matfaust
# no -nojvm because it's needed for Faust.imagesc doctest
-
'
for
S
in
Faust
proj.sp
proj.splin
proj.spcol
proj.splincol
proj.const
proj.supp
proj.normlin
proj.normcol
proj.blockdiag
proj.anticirc
proj.circ
proj.hankel
proj.skperm
proj.sptriu
proj.sptril
proj.spsymm
proj.toeplitz
proj.proj_id
poly.poly
poly.expm_multiply
poly.next
poly.basis
poly.expm_inv_multiply
factparams.ParamsHierarchicalWHTNoResCons
factparams.ParamsHierarchicalRectMatNoResCons
factparams.ParamsHierarchicalNoResCons
factparams.ParamsHierarchicalRectMat
fact.butterfly
fact.check_fact_mat
fact.eigtj
fact.fact
fact.fgft_palm
fact.hierarchical_constends
fact.hierarchical
fact.hierarchical_mhtp
fact.palm4msa_constends
fact.palm4msa
fact.palm4msa_mhtp
fact.pinvtj
fact.svdtj
tools.omp
demo.runall;
do
if
matlab
-nodisplay
-r
"addpath
/usr/share/octave/packages/doctest-0.7.0/;
setup_FAUST;
doctest
matfaust.$S;
exit;"
|
tee
/tmp/matlab_doctest_$S
|
grep
FAIL;
then
exit
1;
else
exit
0;
fi;
done'
-
'
for
S
in
Faust
proj.sp
proj.splin
proj.spcol
proj.splincol
proj.const
proj.supp
proj.normlin
proj.normcol
proj.blockdiag
proj.anticirc
proj.circ
proj.hankel
proj.skperm
proj.sptriu
proj.sptril
proj.spsymm
proj.toeplitz
proj.proj_id
poly.poly
poly.expm_multiply
poly.next
poly.basis
poly.expm_inv_multiply
factparams.ParamsHierarchicalWHTNoResCons
factparams.ParamsHierarchicalRectMatNoResCons
factparams.ParamsHierarchicalNoResCons
factparams.ParamsHierarchicalRectMat
fact.butterfly
fact.check_fact_mat
fact.eigtj
fact.fact
fact.fgft_palm
fact.hierarchical_constends
fact.hierarchical
fact.hierarchical_mhtp
fact.palm4msa_constends
fact.palm4msa
fact.palm4msa_mhtp
fact.pinvtj
fact.svdtj
tools.omp
demo.runall;
do
if
matlab
-nodisplay
-r
"addpath
/usr/share/octave/packages/doctest-0.7.0/;
setup_FAUST;
doctest
matfaust.$S;
exit;"
|
tee
/tmp/matlab_doctest_$S
|
grep
FAIL;
then
exit
1;
fi;
done'
after_script
:
-
if [ $(rpm -qa faust | wc -l) -gt 0 ]; then sudo rpm -e faust;fi
only
:
...
...
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