]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ss/cmake-build'
authorJunio C Hamano <gitster@pobox.com>
Wed, 12 Aug 2020 01:04:13 +0000 (18:04 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 12 Aug 2020 01:04:13 +0000 (18:04 -0700)
CMake support to build with MSVC for Windows bypassing the Makefile.

* ss/cmake-build:
  ci: modification of main.yml to use cmake for vs-build job
  cmake: support for building git on windows with msvc and clang.
  cmake: support for building git on windows with mingw
  cmake: support for testing git when building out of the source tree
  cmake: support for testing git with ctest
  cmake: installation support for git
  cmake: generate the shell/perl/python scripts and templates, translations
  Introduce CMake support for configuring Git


Trivial merge