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)
commita30e4c531d9a43030eb1b5d7249378808dd2e14d
treeeaaf4b07671627f04f9d9bef7e52f03ccf0f5b92
parent73a925516604df7a95ad69b8d650275eb4ab270f
parent4c2c38e800f38bceb1039af2c2ac7b1082fd2e0b
Merge branch 'ss/cmake-build'

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