From 116573e5cf52d67ea9ff3967d6f7c933ba6f1a65 Mon Sep 17 00:00:00 2001 From: Erik Norvell Date: Tue, 13 Aug 2024 10:08:24 +0200 Subject: [PATCH] Add copying of IVAS_{cod,dec} to fix check-compatibility-with-basop-reference-branch --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 757428ea98..97d547d5c5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -435,6 +435,8 @@ check-compatibility-with-basop-reference-branch: - make -j -C ivas-basop - cp ivas-basop/IVAS_cod ./IVAS_cod_ref - cp ivas-basop/IVAS_dec ./IVAS_dec_ref + - cp ivas-basop/IVAS_cod ./IVAS_cod # Not used but needed to launch the pytest + - cp ivas-basop/IVAS_dec ./IVAS_dec # Not used but needed to launch the pytest - python3 ci/remove_unsupported_testcases.py scripts/config/self_test.prm - python3 tests/create_short_testvectors.py - exit_code1=0 -- GitLab