Using YAML to Configure a Build with Flutter
version: 2.0 # The value must be 2.0. steps: BUILD: - flutter: inputs: flutter: cn-north-1 jdk: '3333' ndk: '23.1.7779620' command: ./instrumented.apk
Parameter |
Type |
Description |
Mandatory |
Default Value |
---|---|---|---|---|
flutter |
string |
Region name. |
Yes |
None |
jdk |
string |
JDK file name. |
Yes |
None |
ndk |
string |
NDK file name. |
Yes |
None |
command |
string |
Execute commands. |
Yes |
None |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.