Commit 2a714616 authored by sagnowski's avatar sagnowski
Browse files

Switch to runner with netsim pre-installed in /tools

parent b17c373a
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -572,6 +572,8 @@ voip-be-on-merge-request:
  script:
    - *print-common-info
    - bash ci/ivas_voip_be_test.sh
  tags:
    - test-fhg-linux-runner1

clang-format-check:
  extends:
+0 −4
Original line number Diff line number Diff line
@@ -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
cp /tools/* scripts/tools/Linux
sed -i "s#\"utilPath\": \"/tools\"#\"utilPath\": \"$(pwd)/scripts/tools/Linux\"#" scripts/config/ci_linux.json

# Build IVAS
make clean
make all -j 8