Loading .gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -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 Loading