commit f87d747ce6dc5eee2bbc2b878203f0fefbb06be7 Author: Georg Koppen gk@torproject.org Date: Fri Sep 11 06:27:52 2020 +0000
Revert "Temporarily disable android nightly builds"
This reverts commit 778d9e09fe60b6a61f85f6830d046684c2230ae4.
We should be in shape now for Fenix-based nightly builds. --- TBBTestSuite/TestSuite/TorBrowserBuild.pm | 48 +++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+)
diff --git a/TBBTestSuite/TestSuite/TorBrowserBuild.pm b/TBBTestSuite/TestSuite/TorBrowserBuild.pm index 4a695cd..d391bac 100644 --- a/TBBTestSuite/TestSuite/TorBrowserBuild.pm +++ b/TBBTestSuite/TestSuite/TorBrowserBuild.pm @@ -118,6 +118,54 @@ sub set_tests { type => 'make_incrementals', publish_dir => 'nightly-osx-x86_64', }, + { + name => 'nightly-android-armv7', + descr => 'build tor-browser nightly android-armv7', + type => 'rbm_build', + project => 'release', + targets => [ + 'noversiondir', + 'nightly', + 'torbrowser-android-armv7', + ], + publish_dir => 'nightly-android-armv7', + }, + { + name => 'nightly-android-x86', + descr => 'build tor-browser nightly android-x86', + type => 'rbm_build', + project => 'release', + targets => [ + 'noversiondir', + 'nightly', + 'torbrowser-android-x86', + ], + publish_dir => 'nightly-android-x86', + }, + { + name => 'nightly-android-x86_64', + descr => 'build tor-browser nightly android-x86_64', + type => 'rbm_build', + project => 'release', + targets => [ + 'noversiondir', + 'nightly', + 'torbrowser-android-x86_64', + ], + publish_dir => 'nightly-android-x86_64', + }, + { + name => 'nightly-android-aarch64', + descr => 'build tor-browser nightly android-aarch64', + type => 'rbm_build', + project => 'release', + targets => [ + 'noversiondir', + 'nightly', + 'torbrowser-android-aarch64', + ], + publish_dir => 'nightly-android-aarch64', + }, ]; }