brizental pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
-
4d2a5995
by Beatriz Rizental at 2026-06-18T11:36:23-03:00
1 changed file:
Changes:
| ... | ... | @@ -38,6 +38,10 @@ echo "Starting ./mach build $(date)" |
| 38 | 38 | mv obj-*/gradle/build/mobile/android/geckoview_example/outputs/apk/*/geckoview_example-*.apk $artifactsdir/geckoview_example.apk
|
| 39 | 39 | mv obj-*/dist/target.* $artifactsdir
|
| 40 | 40 | |
| 41 | + # Copy the test runner to the target directory
|
|
| 42 | + # This test runner is used for running XPCShell tests, Browser test, gTests and so on.
|
|
| 43 | + mv obj-*/gradle/build/mobile/android/test_runner/outputs/apk/*/test_runner-*.apk $artifactsdir/test_runner.apk
|
|
| 44 | + |
|
| 41 | 45 | ./mach python -m mozbuild.action.test_archive mozharness mozharness.zip
|
| 42 | 46 | mv mozharness.zip $artifactsdir
|
| 43 | 47 |