]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
ci: also build and test with MS Visual Studio on Azure Pipelines
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 4 Oct 2019 15:09:36 +0000 (08:09 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 6 Oct 2019 00:07:44 +0000 (09:07 +0900)
commit46689317ac009ef4ae91235354b6df7bf6d11d17
tree239eed00a2571ccca676442f882760f35d44ef9d
parentb35304bf958812a99dcbda366670ddc7bf9e086d
ci: also build and test with MS Visual Studio on Azure Pipelines

... because we can, now. Technically, we actually build using `MSBuild`,
which is however pretty close to building interactively in Visual
Studio.

As there is no convenient way to run Git's test suite in Visual Studio,
we unpack a Portable Git to run it, using the just-added test helper to
allow running test scripts in parallel.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
azure-pipelines.yml