summaryrefslogtreecommitdiffstats
path: root/libexec/qt-internal-ninja.in
Commit message (Collapse)AuthorAgeFilesLines
* CMake: Pass -v to ninja when using ctest --build-and-testAlexandru Croitor2022-04-041-0/+2
So we can see the command line invocations of the built cmake auto tests. To achieve that, we create a ninja shell script wrapper, because ctest --build-and-test does not currently allow specifying custom build tool options. Details at https://gitlab.kitware.com/cmake/cmake/-/issues/22443 Pick-to: 6.2 6.3 Change-Id: I7fb3b7f7f802943a7013c859b2cf39842a34e2e4 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>