Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -571,6 +571,7 @@ voip-be-on-merge-request: timeout: "10 minutes" script: - *print-common-info - cp scripts/tools/Linux/networkSimulator_g192 /tools - bash ci/ivas_voip_be_test.sh clang-format-check: Loading ci/ivas_voip_be_test.sh +0 −4 Original line number Diff line number Diff line Loading @@ -38,10 +38,6 @@ network_profile_path="scripts/dly_error_profiles/dly_error_profile_0.dat" output_dir_default="out" output_dir_voip="out_voip" # Hack to make runIvasCodec.py find networkSimulator_g192 and other executables from /tools PATH=$PATH:$(pwd)/scripts/tools/Linux:/tools sed -i 's#"utilPath": "/tools"#"utilPath": ""#' scripts/config/ci_linux.json # Build IVAS make clean make all -j 8 Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -571,6 +571,7 @@ voip-be-on-merge-request: timeout: "10 minutes" script: - *print-common-info - cp scripts/tools/Linux/networkSimulator_g192 /tools - bash ci/ivas_voip_be_test.sh clang-format-check: Loading
ci/ivas_voip_be_test.sh +0 −4 Original line number Diff line number Diff line Loading @@ -38,10 +38,6 @@ network_profile_path="scripts/dly_error_profiles/dly_error_profile_0.dat" output_dir_default="out" output_dir_voip="out_voip" # Hack to make runIvasCodec.py find networkSimulator_g192 and other executables from /tools PATH=$PATH:$(pwd)/scripts/tools/Linux:/tools sed -i 's#"utilPath": "/tools"#"utilPath": ""#' scripts/config/ci_linux.json # Build IVAS make clean make all -j 8 Loading