Loading .gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -1206,10 +1206,12 @@ ivas-conformance: script: - *print-common-info # Prepare reference exec, TBD - git checkout 20230815_RC02_SA4#125_delivery - make -j - cp IVAS_cod IVAS_cod_ref - cp IVAS_dec IVAS_dec_ref - cp IVAS_rend IVAS_rend_ref - git restore . # Reference creation - python3 -m pytest tests/codec_be_on_mr_nonselection/ -v -n auto --update_ref 1 -m create_ref Loading Loading
.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -1206,10 +1206,12 @@ ivas-conformance: script: - *print-common-info # Prepare reference exec, TBD - git checkout 20230815_RC02_SA4#125_delivery - make -j - cp IVAS_cod IVAS_cod_ref - cp IVAS_dec IVAS_dec_ref - cp IVAS_rend IVAS_rend_ref - git restore . # Reference creation - python3 -m pytest tests/codec_be_on_mr_nonselection/ -v -n auto --update_ref 1 -m create_ref Loading