Loading .gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -1111,7 +1111,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 Loading Loading
.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -1111,7 +1111,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 Loading