Loading .gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -281,11 +281,13 @@ build-codec-instrumented-linux: # make sure that the codec builds with msan, asan and usan build-codec-sanitizers-linux: extends: - .build-job-linux - .build-job-with-check-for-warnings - .rules-basis script: - *print-common-info - bash ci/build_codec_sanitizers_linux.sh # 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-windows-cmake: extends: Loading ci/build_codec_sanitizers_linux.sh +2 −1 Original line number Diff line number Diff line Loading @@ -40,4 +40,5 @@ make CLANG=1 -j make clean make CLANG=2 -j make clean make CLANG=3 -j # write out one build for warnings check make CLANG=3 -j 2>&1 | tee build_output.txt Loading
.gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -281,11 +281,13 @@ build-codec-instrumented-linux: # make sure that the codec builds with msan, asan and usan build-codec-sanitizers-linux: extends: - .build-job-linux - .build-job-with-check-for-warnings - .rules-basis script: - *print-common-info - bash ci/build_codec_sanitizers_linux.sh # 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-windows-cmake: extends: Loading
ci/build_codec_sanitizers_linux.sh +2 −1 Original line number Diff line number Diff line Loading @@ -40,4 +40,5 @@ make CLANG=1 -j make clean make CLANG=2 -j make clean make CLANG=3 -j # write out one build for warnings check make CLANG=3 -j 2>&1 | tee build_output.txt