Commit 6bb1fde3 authored by sagnowski's avatar sagnowski
Browse files

Move setup to bash script

parent 7b3424ba
Loading
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -571,11 +571,6 @@ voip-be-on-merge-request:
  timeout: "10 minutes"
  script:
    - *print-common-info

    # Hack to make runIvasCode.py find networkSimulator_g192
    - PATH=$PATH:$(pwd)/scripts/tools/Linux
    - sed -i 's#"utilPath": "/tools"#"utilPath": ""#' scripts/config/ci_linux.json
    
    - bash ci/ivas_voip_be_test.sh

clang-format-check:
+4 −0
Original line number Diff line number Diff line
@@ -38,6 +38,10 @@ 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
PATH=$PATH:$(pwd)/scripts/tools/Linux
sed -i 's#"utilPath": "/tools"#"utilPath": ""#' scripts/config/ci_linux.json

# Build IVAS
make clean
make all -j 8