Commit 175ad94d authored by Jan Kiene's avatar Jan Kiene
Browse files

test the lc3plus unit test when merging to basop-ci-branch

parent 7ed07145
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -900,16 +900,17 @@ split-rendering-smoke-test:
      junit:
        - report-junit.xml

# NOTE: this differs between main and basop-ci-branch
lc3-wrapper-unit-test:
  extends:
    - .test-job-linux
    - .rules-merge-request-to-main
    - .rules-merge-request-to-basop-ci-branch-or-main
  needs: ["build-codec-linux-cmake"]
  stage: test
  script:
    - cmake -B cmake-build -G "Unix Makefiles" -DCOPY_EXECUTABLES_FROM_BUILD_DIR=true
    - cmake --build cmake-build -- -j
    - scripts/split_rendering/lc3plus_float/ivas_lc3plus_unit_test
    - scripts/split_rendering/lc3plus_basop/ivas_lc3plus_unit_test

# compare split-rendering bitexactness between target and source branch
split-rendering-pytest-on-merge-request: