Commit 1fba23ea authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

ci updates

parent 90fe5a24
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -349,7 +349,7 @@ external-renderer-cmake-vs-decoder-pytest:
  needs: ["build-codec-linux-cmake"]
  stage: test
  script:
    - cmake -B cmake-build -G "Unix Makefiles" -DCOPY_EXECUTABLES_FROM_BUILD_DIR=true -DDEC_TO_REND_FLOAT_DUMP
    - cmake -B cmake-build -G "Unix Makefiles" -DCOPY_EXECUTABLES_FROM_BUILD_DIR=true -DDEC_TO_REND_FLOAT_DUMP=true
    - cmake --build cmake-build -- -j
    - python3 -m pytest -q --log-level ERROR -n 1 -rA tests/renderer/test_renderer_vs_decoder.py

+1 −1
Original line number Diff line number Diff line
@@ -1591,7 +1591,7 @@ ivas_result_t ivas_common_mixer_renderer( ivas_crend_io_params_t *pIo_params, fl
            count_free( ppDelay_lines[i] );
        }
    }
    if ( st_ivas.hRenderConfig->roomAcoustics.late_reverb_on )
    if ( st_ivas.hRenderConfig != NULL )
    {
        ivas_render_config_close( &st_ivas.hRenderConfig );
    }