Loading .gitlab-ci.yml +3 −0 Original line number Diff line number Diff line Loading @@ -222,6 +222,8 @@ stages: stage: build timeout: "4 minutes" needs: [] before_script: - *disable-debugging-macro tags: - ivas-linux Loading Loading @@ -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 $? Loading Loading
.gitlab-ci.yml +3 −0 Original line number Diff line number Diff line Loading @@ -222,6 +222,8 @@ stages: stage: build timeout: "4 minutes" needs: [] before_script: - *disable-debugging-macro tags: - ivas-linux Loading Loading @@ -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 $? Loading