]> git.ipfire.org Git - thirdparty/git.git/commit - .github/workflows/main.yml
ci (vs-build): build with NO_GETTEXT
authorDennis Ameling <dennis@dennisameling.com>
Sun, 4 Jul 2021 22:55:13 +0000 (22:55 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 6 Jul 2021 19:20:58 +0000 (12:20 -0700)
commit9ab0b6612918b833bdec775f7c9bf22c4c4ddd07
tree9566c64b430da5a24757302b33a29e5adfc05a5f
parent434882405931bf240d9ad0c08549d651fbf7daf0
ci (vs-build): build with NO_GETTEXT

We already build Git for Windows with `NO_GETTEXT` when compiling with
GCC. Let's do the same with Visual C, too.

Note that we do not technically _need_ to pass `NO_GETTEXT` explicitly
in that `make artifacts-tar` invocation because we do this while `MSVC`
is set (which will set `uname_S := Windows`, which in turn will set
`NO_GETTEXT = YesPlease`). But it is definitely nicer to be explicit
here.

Signed-off-by: Dennis Ameling <dennis@dennisameling.com>
Helped-by: Matthias Aßhauer <mha1993@live.de>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.github/workflows/main.yml