Commit 75d0d942 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

[fix] missing executables for coverage job

parent 5646836c
Loading
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -2206,7 +2206,11 @@ coverage-test-on-main-scheduled:
    # compile with coverage enabled
    - cmake -B cmake-build -G "Unix Makefiles" -DCOPY_EXECUTABLES_FROM_BUILD_DIR=true -DGCOV=ON
    - cmake --build cmake-build -- -j
    - cp IVAS_rend IVAS_rend_ref # Copy exec to be able to run renderer script
    # copy executables to ref to be able to run some --create_ref tests
    - cp IVAS_cod IVAS_cod_ref
    - cp IVAS_dec IVAS_dec_ref
    - cp IVAS_rend IVAS_rend_ref
    - cp ISAR_post_rend ISAR_post_rend_ref

    # -- Run short test vector suite to check coverage of that first
    # codec smoke test