Commit 09ee5455 authored by Jan Kiene's avatar Jan Kiene
Browse files

also deactivate in build jobs and add debug printout

parent 256720ab
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -222,6 +222,8 @@ stages:
  stage: build
  timeout: "4 minutes"
  needs: []
  before_script:
    - *disable-debugging-macro
  tags:
    - ivas-linux

@@ -313,6 +315,7 @@ build-codec-linux-make:
    - .rules-basis
  script:
    - *print-common-info
    - cat lib_com/options.h
    - make -j 2>&1 | tee $BUILD_OUTPUT
    # need to use the "|| exit $?" suffix to get the allowed_failure return code, otherwise the job fails with code 1...<
    - ci/check_for_warnings.py $BUILD_OUTPUT || exit $?