Loading .gitlab-ci.yml +10 −3 Original line number Diff line number Diff line Loading @@ -134,8 +134,11 @@ stages: - sed -i.bak -e "s/\/\/\ *\(#define\ *DEBUGGING\ *\)/\1/g" lib_com/options.h .get-basop-float-reference: &get-basop-float-reference - git clone -b $BASOP_REFERENCE_BRANCH https://forge.3gpp.org/rep/sa4/audio/ivas-basop.git --single-branch - make -j -C ivas-basop - git clone -b $BASOP_REFERENCE_BRANCH https://forge.3gpp.org/rep/sa4/audio/ivas-basop.git --single-branch --depth 1 ivas-basop - cd ivas-basop - git status - make -j - cd - - cp ivas-basop/IVAS_cod ./ - cp ivas-basop/IVAS_dec ./ Loading Loading @@ -463,7 +466,7 @@ branch-is-up-to-date-with-main-post: - .test-job-linux - .rules-merge-request-to-basop-ci-branch tags: - ivas-linux-fast - ivas-linux before_script: - python3 ci/remove_unsupported_testcases.py $PARAM_FILE - python3 tests/create_short_testvectors.py Loading Loading @@ -502,6 +505,8 @@ basop-ref-compat-stv: basop-ref-compat-ltv: extends: - .basop-ci-branch-compat-template tags: - ivas-linux-fast variables: PARAM_FILE: scripts/config/self_test_ltv.prm script: Loading @@ -518,6 +523,8 @@ basop-ref-compat-encoder-stv: basop-ref-compat-encoder-ltv: extends: - .basop-ci-branch-compat-template tags: - ivas-linux-fast variables: PARAM_FILE: scripts/config/self_test_ltv_basop_encoder.prm script: Loading Loading
.gitlab-ci.yml +10 −3 Original line number Diff line number Diff line Loading @@ -134,8 +134,11 @@ stages: - sed -i.bak -e "s/\/\/\ *\(#define\ *DEBUGGING\ *\)/\1/g" lib_com/options.h .get-basop-float-reference: &get-basop-float-reference - git clone -b $BASOP_REFERENCE_BRANCH https://forge.3gpp.org/rep/sa4/audio/ivas-basop.git --single-branch - make -j -C ivas-basop - git clone -b $BASOP_REFERENCE_BRANCH https://forge.3gpp.org/rep/sa4/audio/ivas-basop.git --single-branch --depth 1 ivas-basop - cd ivas-basop - git status - make -j - cd - - cp ivas-basop/IVAS_cod ./ - cp ivas-basop/IVAS_dec ./ Loading Loading @@ -463,7 +466,7 @@ branch-is-up-to-date-with-main-post: - .test-job-linux - .rules-merge-request-to-basop-ci-branch tags: - ivas-linux-fast - ivas-linux before_script: - python3 ci/remove_unsupported_testcases.py $PARAM_FILE - python3 tests/create_short_testvectors.py Loading Loading @@ -502,6 +505,8 @@ basop-ref-compat-stv: basop-ref-compat-ltv: extends: - .basop-ci-branch-compat-template tags: - ivas-linux-fast variables: PARAM_FILE: scripts/config/self_test_ltv.prm script: Loading @@ -518,6 +523,8 @@ basop-ref-compat-encoder-stv: basop-ref-compat-encoder-ltv: extends: - .basop-ci-branch-compat-template tags: - ivas-linux-fast variables: PARAM_FILE: scripts/config/self_test_ltv_basop_encoder.prm script: Loading