Loading .gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -1213,12 +1213,12 @@ ivas-conformance: - cp IVAS_dec IVAS_dec_ref - cp IVAS_rend IVAS_rend_ref - cp -r tests tests_ref - cp scripts/config/self_test.prm scripts/config/self_test_ref.prm - cp -r scripts scripts_ref - git restore . - git checkout $source_branch_commit_sha - rm -r tests - rm -r tests scripts - mv tests_ref tests - cp scripts/config/self_test_ref.prm scripts/config/self_test.prm - mv scripts_ref scripts # Reference creation - non_be_flag=0 Loading Loading
.gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -1213,12 +1213,12 @@ ivas-conformance: - cp IVAS_dec IVAS_dec_ref - cp IVAS_rend IVAS_rend_ref - cp -r tests tests_ref - cp scripts/config/self_test.prm scripts/config/self_test_ref.prm - cp -r scripts scripts_ref - git restore . - git checkout $source_branch_commit_sha - rm -r tests - rm -r tests scripts - mv tests_ref tests - cp scripts/config/self_test_ref.prm scripts/config/self_test.prm - mv scripts_ref scripts # Reference creation - non_be_flag=0 Loading