From 90ead9f252cbbde7264ee8934ff98f09562baebc Mon Sep 17 00:00:00 2001 From: Steven Polley Date: Tue, 14 Nov 2023 17:19:26 -0700 Subject: [PATCH] update readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f2fd2b..777c34a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # electrum-build -CI pipeline for electrum wallet \ No newline at end of file +[![Build Status](https://drone.deadbeef.codes/api/badges/steven/electrum-build/status.svg)](https://drone.deadbeef.codes/steven/electrum-build) + +CI pipeline for electrum wallet. + +Use Drone's *promote build* feature with the *target*: updateelectrum + +You must also specify an environment variable *APKURL* with value where the apk file can be downloaded. The APK will then be downloaded and checked to ensure it's signed by the trusted keys. Finally it will provide instructions to install the APK file using ADB. \ No newline at end of file