-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstep.yml
More file actions
58 lines (53 loc) · 1.57 KB
/
Copy pathstep.yml
File metadata and controls
58 lines (53 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
#
# A couple of useful guides & docs:
#
# - Main Bitrise CLI docs: https://github.com/bitrise-io/bitrise/tree/master/_docs
# - Step Development Guideline: https://github.com/bitrise-io/bitrise/blob/master/_docs/step-development-guideline.md
# - Bitrise.yml format spec: https://github.com/bitrise-io/bitrise/blob/master/_docs/bitrise-yml-format-spec.md
# - Bitrise docs: http://devcenter.bitrise.io/
# - Bitrise CLI guides: http://devcenter.bitrise.io/bitrise-cli/
title: |-
Android Bundle Apk Calculator
summary: |
Calculate the min & max sizes of the APKs
description: |
Calculate the min & max sizes of the APKs
website: https://github.com/Khan/bitrise-measure-aab-step
source_code_url: https://github.com/Khan/bitrise-measure-aab-step
support_url: https://github.com/Khan/bitrise-measure-aab-step
host_os_tags:
- osx-10.10
- ubuntu-16.04
project_type_tags:
- android
- react-native
- cordova
- ionic
type_tags:
- build
is_requires_admin_user: true
is_always_run: false
is_skippable: false
deps:
brew:
- name: git
- name: curl
apt_get:
- name: git
- name: curl
toolkit:
bash:
entry_file: step.sh
outputs:
- GENERATED_APKS_MINMAX_RAW:
opts:
title: Raw min & max apk sizes (across device configurations)
description: Formatted in bytes, like "123542343,137945745"
- GENERATED_APKS_MINMAX:
opts:
title: Min & max apk sizes (across device configurations)
description: Formatted like "12mb, 34mb"
- GENERATED_BUNDLE_SIZE:
opts:
title: Size of the generated .aab
description: Raw file size of the generated .aab file