Commit 1277961a authored by Jan Kiene's avatar Jan Kiene
Browse files

put commands for instrumented build job directly in ci file

parent bb53e5f8
Loading
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -237,7 +237,7 @@ stages:
  needs: []
  timeout: "4 minutes"
  tags:
    - test-fhg-linux-runner1
    - ivas-windows

# template for test jobs on linux that need the TESTV_DIR
.test-job-linux-needs-testv-dir:
@@ -329,7 +329,11 @@ build-codec-instrumented-linux:
  script:
    - *print-common-info
    - *activate-Werror-linux
    - bash ci/build_codec_instrumented_linux.sh
    - cd scripts
    - ./prepare_instrumentation.sh
    - cd c-code_instrument
    - make -j
    # - bash ci/build_codec_instrumented_linux.sh

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