Commit 8d1ec5bb authored by Jan Kiene's avatar Jan Kiene
Browse files

restructure basop compat smoke test

parent d810fdaa
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -438,9 +438,11 @@ basop-compat-smoke-test:
  allow_failure: true
  script:
    # get basop code and build binaries
    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/float/build-binaries-from-basop-repo.sh main
    # the "coverage" argument actually means "do not build again with instrumentation, but use the existing binaries"
    - bash ci/smoke_test.sh coverage
    - git clone -b main https://forge.3gpp.org/rep/sa4/audio/ivas-basop.git --single-branch --depth 1
    - cp -r scripts tests ci pytest.ini ivas-basop/
    - pushd ivas-basop
    - bash ci/smoke_test.sh
    - popd
  artifacts:
    name: "mr-$CI_MERGE_REQUEST_IID--sha-$CI_COMMIT_SHORT_SHA--job-$CI_JOB_NAME--results"
    expire_in: 1 week