summaryrefslogtreecommitdiffstats
path: root/Tests/ExternalProject/gitrepo-sub-rec.tgz
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Generate simpler ExternalProject sample Git repositoriesBrad King2021-01-251-0/+0
| | | | | | | | | | The `gitrepo.tgz` repository contains a project that enables both C and CXX languages and builds source code. This take a long time to repeat over and over, particularly on Visual Studio and Xcode generators. Add and use a script to generate a new test repository that has a much simpler project. Issue: #20733
* ExternalProject: Option to turn off recursive update of git submodulesCharis Marangos2019-10-241-0/+0
Fixes: #19832