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

add debug output also to job in yml file

parent 40ef5472
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -56,7 +56,9 @@ build-codec-linux-make:
    - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
  script:
    - make -j 2>&1 | tee $BUILD_OUTPUT
    - ci/check_for_warnings.py $BUILD_OUTPUT
    - ci/check_for_warnings.py $BUILD_OUTPUT || exit_code=$?
    - 'echo "Exit code: $exit_code"'
    - exit $exit_code

build-unittests-linux:
  extends: .build-job-with-check-for-warnings