Commit cfcc9d41 authored by Jan Kiene's avatar Jan Kiene
Browse files

use cmake for building the lc3 unit test

parent 719d2431
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1042,7 +1042,8 @@ lc3-wrapper-unit-test:
  needs: ["build-codec-linux-make"]
  stage: test
  script:
    - make -j
    - cmake -B cmake-build -G "Unix Makefiles" -DCOPY_EXECUTABLES_FROM_BUILD_DIR=true
    - cmake --build cmake-build -- -j
    - scripts/split_rendering/lc3plus/ivas_lc3plus_unit_test

# compare split-rendering bitexactness between target and source branch