]> git.ipfire.org Git - thirdparty/git.git/commit - ci/run-build-and-tests.sh
ci: run a pedantic build as part of the GitHub workflow
authorCarlo Marcelo Arenas Belón <carenas@gmail.com>
Mon, 9 Aug 2021 01:38:33 +0000 (18:38 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Aug 2021 18:25:06 +0000 (11:25 -0700)
commitcebead1ebfb8f6c78097173749596cb9604776d9
tree42a647b8e9543e63e8f128af7558d2bd9beac218
parent581a3bb155c157094ca486e3a10c4a9b70c8f650
ci: run a pedantic build as part of the GitHub workflow

similar to the recently added sparse task, it is nice to know as early
as possible.

add a dockerized build using fedora (that usually has the latest gcc)
to be ahead of the curve and avoid older ISO C issues at the same time.

Signed-off-by: Carlo Marcelo Arenas Belón <carenas@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.github/workflows/main.yml
ci/install-docker-dependencies.sh
ci/run-build-and-tests.sh