Re: [PATCH 2/2] ci(visual-studio): actually run the tests in parallel

2019-10-20 Thread Eric Sunshine
On Sun, Oct 20, 2019 at 4:39 PM Johannes Schindelin via GitGitGadget wrote: > [...] > During that transition, we needed to implement a new way to run the test > suite in parallel, as Visual Studio users typically will only have a Git > Bash available (which does not ship with `make` nore with supp

[PATCH 2/2] ci(visual-studio): actually run the tests in parallel

2019-10-20 Thread Johannes Schindelin via GitGitGadget
From: Johannes Schindelin Originally, the CI/PR builds that build and test using Visual Studio were implemented imitating `linux-clang`, i.e. still using the `Makefile`-based build infrastructure. Later (but still before the patches made their way into git.git's `master`), however, this was chan