Loading .gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -1213,10 +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 - 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 # Reference creation - non_be_flag=0 Loading Loading
.gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -1213,10 +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 - 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 # Reference creation - non_be_flag=0 Loading