Loading .gitlab-ci.yml +2 −5 Original line number Diff line number Diff line Loading @@ -45,10 +45,7 @@ stages: allow_failure: exit_codes: - 123 # after_script: # - if [ ! -f "$BUILD_OUTPUT" ]; then echo "$BUILD_OUTPUT file is missing!"; exit 1; fi # - echo "$CI_PROJECT_DIR" # - $CI_PROJECT_DIR/ci/check_for_warnings.py $BUILD_OUTPUT build-codec-linux-make: extends: .build-job-with-check-for-warnings Loading @@ -56,7 +53,7 @@ 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 || exit $? - python3 ci/check_for_warnings.py $BUILD_OUTPUT #|| exit $? build-unittests-linux: extends: .build-job-with-check-for-warnings Loading Loading
.gitlab-ci.yml +2 −5 Original line number Diff line number Diff line Loading @@ -45,10 +45,7 @@ stages: allow_failure: exit_codes: - 123 # after_script: # - if [ ! -f "$BUILD_OUTPUT" ]; then echo "$BUILD_OUTPUT file is missing!"; exit 1; fi # - echo "$CI_PROJECT_DIR" # - $CI_PROJECT_DIR/ci/check_for_warnings.py $BUILD_OUTPUT build-codec-linux-make: extends: .build-job-with-check-for-warnings Loading @@ -56,7 +53,7 @@ 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 || exit $? - python3 ci/check_for_warnings.py $BUILD_OUTPUT #|| exit $? build-unittests-linux: extends: .build-job-with-check-for-warnings Loading