Loading .gitlab-ci-custom.yml +2 −2 Original line number Diff line number Diff line Loading @@ -381,7 +381,7 @@ renderer-5ms-framing-asan: - sed -i '/API_5MS/d' lib_com/options.h - cmake -B cmake-build-ref . - cmake --build cmake-build-ref -- -j - cp cmake-build-ref/IVAS_rend IVAS_rend_ref - cp cmake-build-ref/IVAS_rend IVAS_rend_ref_5ms # Build test executable - mv -f lib_com/options.h.bak lib_com/options.h Loading @@ -404,7 +404,7 @@ renderer-5ms-framing-msan: - sed -i '/API_5MS/d' lib_com/options.h - cmake -B cmake-build-ref . - cmake --build cmake-build-ref -- -j - cp cmake-build-ref/IVAS_rend IVAS_rend_ref - cp cmake-build-ref/IVAS_rend IVAS_rend_ref_5ms # Build test executable - mv -f lib_com/options.h.bak lib_com/options.h Loading Loading
.gitlab-ci-custom.yml +2 −2 Original line number Diff line number Diff line Loading @@ -381,7 +381,7 @@ renderer-5ms-framing-asan: - sed -i '/API_5MS/d' lib_com/options.h - cmake -B cmake-build-ref . - cmake --build cmake-build-ref -- -j - cp cmake-build-ref/IVAS_rend IVAS_rend_ref - cp cmake-build-ref/IVAS_rend IVAS_rend_ref_5ms # Build test executable - mv -f lib_com/options.h.bak lib_com/options.h Loading @@ -404,7 +404,7 @@ renderer-5ms-framing-msan: - sed -i '/API_5MS/d' lib_com/options.h - cmake -B cmake-build-ref . - cmake --build cmake-build-ref -- -j - cp cmake-build-ref/IVAS_rend IVAS_rend_ref - cp cmake-build-ref/IVAS_rend IVAS_rend_ref_5ms # Build test executable - mv -f lib_com/options.h.bak lib_com/options.h Loading