gcc/.github/workflows
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
..
Remark.yml Added Remark.yml and .remarkrc 2021-11-06 20:15:06 +05:30
bootstrap.yml gha: save `check-rust` results as artifacts 2021-11-01 19:44:23 -04:00
ccpp.yml Merge 'Build logs' into 'Build' in '.github/workflows/ccpp.yml:jobs.build-and-check' 2022-03-22 12:17:23 +01:00
clang-format.yml Running `clang-format` locally [#242] 2021-11-05 12:14:18 +01:00
docker.yml Try again for docker image build workflow 2021-09-24 14:51:29 +01:00