forked from appcircleio/appcircle-workflows
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Android-JavaKotlin-Build.yaml
89 lines (89 loc) · 2.92 KB
/
Android-JavaKotlin-Build.yaml
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
---
directories:
- AC_OUTPUT_DIR
- AC_SOURCE
steps:
- componentType: appcircle_activate_ssh_key
componentVersion: "1.0.*"
stepName: Activate SSH Private Key
enabled: true
onError: $exit
webUrl: https://github.com/appcircleio/appcircle-activate-ssh-key-component
repoUrl: https://github.com/appcircleio/appcircle-activate-ssh-key-component.git
commit: 54ce947
inputs:
- AC_REPOSITORY_SSH_KEY: $AC_REPOSITORY_SSH_KEY
outputs:
- SSH_AUTH_SOCK: SSH_AUTH_SOCK
- componentType: appcircle_git_clone
componentVersion: "1.0.*"
stepName: Git Clone
enabled: true
onError: $exit
webUrl: https://github.com/appcircleio/appcircle-git-clone-component
repoUrl: https://github.com/appcircleio/appcircle-git-clone-component.git
commit: 6b82254
inputs:
- AC_GIT_URL: "$AC_GIT_URL"
- AC_GIT_LFS: "false"
- AC_GIT_BRANCH: "$AC_GIT_BRANCH"
- AC_GIT_COMMIT: "$AC_GIT_COMMIT"
outputs:
- AC_REPOSITORY_DIR: "AC_REPOSITORY_DIR"
- componentType: appcircle_custom_script
componentVersion: "1.0.*"
stepName: Custom Script
enabled: true
onError: $exit
webUrl: https://github.com/appcircleio/appcircle-custom-script-component
repoUrl: https://github.com/appcircleio/appcircle-custom-script-component.git
commit: cbea20f
inputs:
- Execute: "ruby"
- Script: |
puts "___ Hello world! ___"
- componentType: appcircle_android_build
componentVersion: "1.0.*"
stepName: Android Build
enabled: true
onError: $exit
webUrl: https://github.com/appcircleio/appcircle-android-build-component
repoUrl: https://github.com/appcircleio/appcircle-android-build-component.git
commit: f8b96f6
inputs:
- AC_MODULE: $AC_MODULE
- AC_VARIANTS: $AC_VARIANTS
- AC_OUTPUT_TYPE: $AC_OUTPUT_TYPE
- AC_REPOSITORY_DIR: $AC_REPOSITORY_DIR
- AC_PROJECT_PATH: $AC_PROJECT_PATH
outputs:
- AC_APK_PATH: AC_APK_PATH
- AC_AAB_PATH: AC_AAB_PATH
- componentType: appcircle_android_sign
componentVersion: "1.0.*"
stepName: Android Sign
enabled: true
onError: $exit
webUrl: https://github.com/appcircleio/appcircle-android-sign-component
repoUrl: https://github.com/appcircleio/appcircle-android-sign-component.git
commit: 37eb688
inputs:
- AC_APK_PATH: $AC_APK_PATH
- AC_AAB_PATH: $AC_AAB_PATH
- AC_ANDROID_KEYSTORE_PATH: $AC_ANDROID_KEYSTORE_PATH
- AC_ANDROID_KEYSTORE_PASSWORD: $AC_ANDROID_KEYSTORE_PASSWORD
- AC_ANDROID_ALIAS: $AC_ANDROID_ALIAS
- AC_ANDROID_ALIAS_PASSWORD: $AC_ANDROID_ALIAS_PASSWORD
outputs:
- AC_SIGNED_APK_PATH: AC_SIGNED_APK_PATH
- AC_SIGNED_AAB_PATH: AC_SIGNED_AAB_PATH
- componentType: appcircle_android_post_process
componentVersion: "1.0.*"
stepName: Android Post Process
enabled: true
onError: $exit
webUrl: https://github.com/appcircleio/appcircle-android-post-process-component
repoUrl: https://github.com/appcircleio/appcircle-android-post-process-component.git
commit: f4da2cb
outputs:
- AC_ANDROID_POST_PROCESS_OUTPUT_PATH: AC_ANDROID_POST_PROCESS_OUTPUT_PATH