Updated on 2023-12-21 GMT+08:00

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