]> git.ipfire.org Git - thirdparty/squid.git/commit
CI: show build commands on terminal (#1965)
authorFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Sun, 16 Feb 2025 23:46:20 +0000 (23:46 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Mon, 17 Feb 2025 16:33:19 +0000 (16:33 +0000)
commite5a66fc26dae3806cdd12ee767e85b1d6837384d
tree2f55902685c8845d722975af39b07ccb438abc21
parentbbcef1c5cc499808dd7836c7fa9a721f8244ea11
CI: show build commands on terminal (#1965)

test-builds.sh records build output in per-layer logs, and we are
already collecting those logs. Send build output to standard output as
well, to expose it in GitHub Actions user interface. This new detailed
output is enclosed in a "layer ... output" group to keep emphasizing
problematic output lines extracted by test-builds.sh.

Also enclose MacOS build setup output in a group, for similar reasons.
.github/workflows/quick.yaml
.github/workflows/slow.yaml
test-builds.sh