Commit f33f74c8 authored by Jan Kiene's avatar Jan Kiene
Browse files

add wmc tool log to artifacts

parent 8fb985e2
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -981,6 +981,12 @@ build-codec-linux-instrumented-make:
    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/update-scripts-repo.sh
    - bash scripts/prepare_instrumentation.sh -m MEM_ONLY
    - make -j -C $INSTR_DIR
  artifacts:
    name: "sha-$CI_COMMIT_SHORT_SHA--job-$CI_JOB_NAME--results"
    expire_in: 3 weeks
    when: always
    paths:
      - wmc_tool_output.txt

# make sure that the codec builds with msan, asan and usan
build-codec-sanitizers-linux: