Android test updates (#2575)

* Install the test environment while simulating Android

* Pass build-verbosity setting through to the test runner
This commit is contained in:
Malcolm Smith
2025-09-08 15:58:43 +01:00
committed by GitHub
parent 841e718dee
commit c8fb268a1b
3 changed files with 70 additions and 1 deletions
+3
View File
@@ -1724,6 +1724,9 @@ Settings that are not supported for a specific frontend will log a warning.
The default build frontend is `build`, which does show build backend output by
default.
On Android and iOS, a positive verbosity level will also show more detailed logs from
the test harness.
Platform-specific environment variables are also available:<br/>
`CIBW_BUILD_VERBOSITY_MACOS` | `CIBW_BUILD_VERBOSITY_WINDOWS` | `CIBW_BUILD_VERBOSITY_LINUX` | `CIBW_BUILD_VERBOSITY_ANDROID` | `CIBW_BUILD_VERBOSITY_IOS` | `CIBW_BUILD_VERBOSITY_PYODIDE`