gcc/.github
Thomas Schwinge 10ff5d5507 Merge 'Build logs' into 'Build' in '.github/workflows/ccpp.yml:jobs.build-and-check'
This avoids the supposed issue that in case that 'make' fails, the whole
'jobs.build-and-check' stops, and 'Build logs' isn't executed, and thus there's
no indication in the GitHub UI why 'make' failed.

Using a shell pipeline is OK; the exit code of 'make' isn't lost, as per
<https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsshell>,
'bash' is being run with '-o pipefail'.
2022-03-22 12:17:23 +01:00
..
ISSUE_TEMPLATE Add issue templates ported from rust-clippy 2021-05-14 15:14:27 +01:00
workflows Merge 'Build logs' into 'Build' in '.github/workflows/ccpp.yml:jobs.build-and-check' 2022-03-22 12:17:23 +01:00
PULL_REQUEST_TEMPLATE.md Align DCO wording in '.github/PULL_REQUEST_TEMPLATE.md' 2021-10-14 10:32:55 +02:00
bors.toml Remove clang-format from bors 2021-11-05 17:36:50 +00:00
bors_log_expected_warnings Force 'LC_ALL=C.UTF-8' for all steps of '.github/workflows/ccpp.yml:jobs.build-and-check' 2022-03-22 12:17:23 +01:00