Loading .gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -94,7 +94,8 @@ build-codec-linux-cmake: - cmake .. - cd .. - make -C build -j 2>&1 | tee $BUILD_OUTPUT - ci/check_for_warnings.py $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 $? build-codec-instrumented-linux: extends: .test-job-linux Loading Loading
.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -94,7 +94,8 @@ build-codec-linux-cmake: - cmake .. - cd .. - make -C build -j 2>&1 | tee $BUILD_OUTPUT - ci/check_for_warnings.py $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 $? build-codec-instrumented-linux: extends: .test-job-linux Loading