[Android] Add a lane for internal testing

Nicolas Pomepuy git at videolan.org
Wed Oct 7 09:40:10 CEST 2020


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Oct  6 12:03:12 2020 +0200| [4a81b286fa759dd28cba6bb676fe6cd5ecc63185] | committer: Nicolas Pomepuy

Add a lane for internal testing

> https://code.videolan.org/videolan/vlc-android/commit/4a81b286fa759dd28cba6bb676fe6cd5ecc63185
---

 buildsystem/automation/fastlane/Fastfile | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/buildsystem/automation/fastlane/Fastfile b/buildsystem/automation/fastlane/Fastfile
index eeb03be59..977acfbcc 100644
--- a/buildsystem/automation/fastlane/Fastfile
+++ b/buildsystem/automation/fastlane/Fastfile
@@ -72,6 +72,12 @@ platform :android do
     slack(message: 'Successfully created a new beta draft for '+options[:version])
   end
 
+  lane :deploy_internal do |options|
+    checkAPKFileExists options[:version], false
+    upload_to_play_store(skip_upload_changelogs:true, track: 'internal', skip_upload_images:true, skip_upload_screenshots:true, skip_upload_apk:false, release_status:"draft", apk_paths:getFileList(options[:version]))
+    slack(message: 'Successfully created a new internal draft for '+options[:version])
+  end
+
   lane :screenshots do
     gradle(task: 'assemble', build_type: 'Debug', project_dir:'../..')
     gradle(task: ':application:app:assemble', build_type: 'DebugAndroidTest', project_dir:'../..')



More information about the Android mailing list